We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ded999 commit 239b9a0Copy full SHA for 239b9a0
Cargo.toml
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/users/users/"
7
homepage = "https://github.com/ogham/rust-users"
8
license = "MIT"
9
readme = "README.md"
10
-version = "0.6.0"
+version = "0.6.1"
11
12
[dependencies]
13
libc = "0.2"
README.md
@@ -11,7 +11,7 @@ This crate works with [Cargo](http://crates.io). Add the following to your `Carg
```toml
14
-users = "0.5.0"
+users = "0.6"
15
```
16
17
0 commit comments