Move js to libc from crates.io.

This commit is contained in:
Ms2ger 2015-02-19 17:42:14 +01:00
parent e0af484269
commit 63f606306d
5 changed files with 10 additions and 4 deletions

View file

@ -70,3 +70,4 @@ url = "0.2.16"
time = "0.1.12"
bitflags = "*"
rustc-serialize = "*"
libc = "*"

View file

@ -9,7 +9,6 @@
#![feature(hash)]
#![feature(int_uint)]
#![feature(io)]
#![feature(libc)]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(std_misc)]