aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/servo/Cargo.lock1
-rw-r--r--components/util/Cargo.toml1
-rw-r--r--components/util/lib.rs1
-rw-r--r--ports/cef/Cargo.lock1
-rw-r--r--ports/gonk/Cargo.lock1
5 files changed, 4 insertions, 1 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index abf404d4cbf..1efd7d91ba9 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -840,6 +840,7 @@ dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"lazy_static 0.1.7 (git+https://github.com/Kimundi/lazy-static.rs)",
+ "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"rand 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml
index dceb222f457..1ce8a396942 100644
--- a/components/util/Cargo.toml
+++ b/components/util/Cargo.toml
@@ -46,3 +46,4 @@ time = "0.1.12"
bitflags = "*"
rand = "*"
rustc-serialize = "0.2"
+libc = "*"
diff --git a/components/util/lib.rs b/components/util/lib.rs
index ab197869cf8..b6c1f938e66 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -10,7 +10,6 @@
#![feature(hash)]
#![feature(int_uint)]
#![feature(io)]
-#![feature(libc)]
#![feature(optin_builtin_traits)]
#![feature(path)]
#![feature(plugin)]
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index d8f08c7fbdc..10937d19430 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -867,6 +867,7 @@ dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"lazy_static 0.1.7 (git+https://github.com/Kimundi/lazy-static.rs)",
+ "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"rand 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock
index 4190fd31474..dbf9980a793 100644
--- a/ports/gonk/Cargo.lock
+++ b/ports/gonk/Cargo.lock
@@ -765,6 +765,7 @@ dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"lazy_static 0.1.7 (git+https://github.com/Kimundi/lazy-static.rs)",
+ "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"rand 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",