From d6883b4cc1bf00fdca920f5064ea551684fc0faf Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Thu, 8 Oct 2020 03:14:24 +0100 Subject: [PATCH] v0.11.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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].