Version and docs link bump

This commit is contained in:
Ben S
2016-09-25 16:14:12 +01:00
parent 439f3c4cce
commit b51a138d10
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ name = "users"
description = "Library for getting information on Unix users and groups"
authors = [ "ogham@bsago.me" ]
documentation = "http://ogham.rustdocs.org/users/"
documentation = "https://docs.rs/users/users/"
homepage = "https://github.com/ogham/rust-users"
license = "MIT"
readme = "README.md"
version = "0.5.1"
version = "0.5.2"
[dependencies]
libc = "0.2"
+1 -1
View File
@@ -2,7 +2,7 @@
This is a library for getting information on Unix users and groups. It supports getting the system users, and creating your own mock tables.
### [View the Rustdoc](http://ogham.rustdocs.org/users)
### [View the Rustdoc](https://docs.rs/users)
# Installation