Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ogham committed Oct 8, 2020
1 parent f12df3b commit d6883b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit d6883b4

Please sign in to comment.