Tiny fixes for latest Rust

This commit is contained in:
Ben S
2015-02-04 01:22:02 +00:00
parent 6c44bdf0b7
commit 27cd0c9f50
2 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -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
View File
@@ -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.
//!