From e7d8b9c3d2c20636487e4e4ac2154904bf4f904e Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Fri, 22 Sep 2017 13:16:38 +0100 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48403e1..f08424d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ documentation = "https://docs.rs/users/users/" homepage = "https://github.com/ogham/rust-users" license = "MIT" readme = "README.md" -version = "0.5.3" +version = "0.6.0" [dependencies] libc = "0.2"