Bump version and use libc from crates.io

This commit is contained in:
John Gallagher
2015-03-28 23:09:13 -04:00
parent c8fbe48f15
commit 4b085b9103
5 changed files with 12 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
//! }
//! }
//! ```
#![feature(unsafe_destructor, libc)]
#![feature(unsafe_destructor)]
#![cfg_attr(test, feature(test))]
extern crate libc;