mirror of
https://github.com/uutils/rust-users.git
synced 2026-06-10 15:48:37 -07:00
Tiny fixes for latest Rust
This commit is contained in:
+4
-1
@@ -8,4 +8,7 @@ documentation = "http://bsago.me/doc/users/"
|
||||
homepage = "https://github.com/ogham/rust-users"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.1.1"
|
||||
+2
-1
@@ -1,7 +1,8 @@
|
||||
#![crate_name = "users"]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![feature(collections, core, libc, std_misc)]
|
||||
#![allow(unused_features)]
|
||||
#![feature(core, libc, std_misc)]
|
||||
|
||||
//! This is a library for getting information on Unix users and groups.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user