From 5a11c6d2c7f22c93976d0671ae79a4c25a00b052 Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Tue, 8 Mar 2016 11:07:34 +0100 Subject: [PATCH] Use libc from crates.io --- Cargo.toml | 1 + src/lib.rs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ada7bca..19101a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" authors = ["Ticki "] [dependencies] +libc = "0.2.8" diff --git a/src/lib.rs b/src/lib.rs index 11c007f..ae67d23 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(libc)] - #[warn(missing_docs)] #[cfg(not(target_os = "redox"))]