Skip to content

Commit

Permalink
0.7.0 -> 0.7.1, update app_dirs dep
Browse files Browse the repository at this point in the history
  • Loading branch information
andybarron committed Oct 29, 2016
1 parent 48a9c27 commit d02d781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.0"
version = "0.7.1"
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 = "^1.0.1"
app_dirs = "^1.1.1"
rustc-serialize = "^0.3.19"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ _Read and write user-specific application data in Rust_
## Installation
Add the following to your `Cargo.toml`:

`preferences = "^0.7.0"`
`preferences = "^0.7.1"`

0 comments on commit d02d781

Please sign in to comment.