From d02d7810c94f471a15f9df88f24dd67d740eb6b4 Mon Sep 17 00:00:00 2001 From: Andy Barron Date: Sat, 29 Oct 2016 02:47:34 -0700 Subject: [PATCH] 0.7.0 -> 0.7.1, update app_dirs dep --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64419e7..d68d517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preferences" -version = "0.7.0" +version = "0.7.1" authors = ["Andy Barron "] description = "Read and write user-specific application data (in stable Rust)" @@ -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" diff --git a/README.md b/README.md index 5b76533..8a6ddd7 100644 --- a/README.md +++ b/README.md @@ -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"`