You've already forked rust-users
mirror of
https://github.com/uutils/rust-users.git
synced 2026-06-10 15:48:37 -07:00
Version and docs link bump
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@ name = "users"
|
|||||||
description = "Library for getting information on Unix users and groups"
|
description = "Library for getting information on Unix users and groups"
|
||||||
|
|
||||||
authors = [ "ogham@bsago.me" ]
|
authors = [ "ogham@bsago.me" ]
|
||||||
documentation = "http://ogham.rustdocs.org/users/"
|
documentation = "https://docs.rs/users/users/"
|
||||||
homepage = "https://github.com/ogham/rust-users"
|
homepage = "https://github.com/ogham/rust-users"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|||||||
@@ -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.
|
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
|
# Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user