Skip to content

Commit

Permalink
Update app_dirs, better load API, require AppInfo, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andybarron committed Oct 25, 2016
1 parent 43c1f8b commit 48a9c27
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 123 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preferences"
version = "0.6.0"
version = "0.7.0"
authors = ["Andy Barron <[email protected]>"]

description = "Read and write user-specific application data (in stable Rust)"
Expand All @@ -11,5 +11,5 @@ keywords = ["preferences", "user", "data", "persistent", "storage"]
license = "MIT"

[dependencies]
app_dirs = "^0.1.0"
app_dirs = "^1.0.1"
rustc-serialize = "^0.3.19"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# preferences-rs
# preferences
_Read and write user-specific application data in Rust_

[![crates.io: preferences](https://img.shields.io/crates/v/preferences.svg?label=crates.io%3A%20preferences)](https://crates.io/crates/preferences)
Expand All @@ -11,4 +11,4 @@ _Read and write user-specific application data in Rust_
## Installation
Add the following to your `Cargo.toml`:

`preferences = "^0.6.0"`
`preferences = "^0.7.0"`
Loading

0 comments on commit 48a9c27

Please sign in to comment.