diff --git a/Cargo.toml b/Cargo.toml index 82ed130..9562761 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ exclude = ["/.rustfmt.toml", "/.travis.yml"] license = "MIT" readme = "README.md" repository = "https://github.com/ogham/rust-users" -version = "0.10.0" +version = "0.11.0" [features] default = ["cache", "mock", "logging"] diff --git a/README.md b/README.md index eea493c..5cb2503 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This crate works with [Cargo](https://crates.io). Add the following to your `Car ```toml [dependencies] -users = "0.10" +users = "0.11" ``` The earliest version of Rust that this crate is tested against is [Rust v1.31.0][rustc-url].