Skip to content

Commit d6883b4

Browse files
committed
v0.11.0
1 parent f12df3b commit d6883b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = ["/.rustfmt.toml", "/.travis.yml"]
88
license = "MIT"
99
readme = "README.md"
1010
repository = "https://github.com/ogham/rust-users"
11-
version = "0.10.0"
11+
version = "0.11.0"
1212

1313
[features]
1414
default = ["cache", "mock", "logging"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This crate works with [Cargo](https://crates.io). Add the following to your `Car
1919

2020
```toml
2121
[dependencies]
22-
users = "0.10"
22+
users = "0.11"
2323
```
2424

2525
The earliest version of Rust that this crate is tested against is [Rust v1.31.0][rustc-url].

0 commit comments

Comments
 (0)