servo: Merge #4975 - Move util to libc from crates.io (from Ms2ger:util-libc); r=jdm
Source-Repo: https://github.com/servo/servo Source-Revision: 0a4c8c0e4c0e8c94a82363b10971c99fc0d9abbc
This commit is contained in:
1
servo/components/servo/Cargo.lock
generated
1
servo/components/servo/Cargo.lock
generated
@@ -840,6 +840,7 @@ dependencies = [
|
|||||||
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
||||||
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
||||||
"lazy_static 0.1.7 (git+https://github.com/Kimundi/lazy-static.rs)",
|
"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",
|
"plugins 0.0.1",
|
||||||
"rand 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@@ -46,3 +46,4 @@ time = "0.1.12"
|
|||||||
bitflags = "*"
|
bitflags = "*"
|
||||||
rand = "*"
|
rand = "*"
|
||||||
rustc-serialize = "0.2"
|
rustc-serialize = "0.2"
|
||||||
|
libc = "*"
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
#![feature(hash)]
|
#![feature(hash)]
|
||||||
#![feature(int_uint)]
|
#![feature(int_uint)]
|
||||||
#![feature(io)]
|
#![feature(io)]
|
||||||
#![feature(libc)]
|
|
||||||
#![feature(optin_builtin_traits)]
|
#![feature(optin_builtin_traits)]
|
||||||
#![feature(path)]
|
#![feature(path)]
|
||||||
#![feature(plugin)]
|
#![feature(plugin)]
|
||||||
|
|||||||
1
servo/ports/cef/Cargo.lock
generated
1
servo/ports/cef/Cargo.lock
generated
@@ -867,6 +867,7 @@ dependencies = [
|
|||||||
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
||||||
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
||||||
"lazy_static 0.1.7 (git+https://github.com/Kimundi/lazy-static.rs)",
|
"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",
|
"plugins 0.0.1",
|
||||||
"rand 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
1
servo/ports/gonk/Cargo.lock
generated
1
servo/ports/gonk/Cargo.lock
generated
@@ -765,6 +765,7 @@ dependencies = [
|
|||||||
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
||||||
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
||||||
"lazy_static 0.1.7 (git+https://github.com/Kimundi/lazy-static.rs)",
|
"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",
|
"plugins 0.0.1",
|
||||||
"rand 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
Reference in New Issue
Block a user