]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/Cargo.toml
Utilize interning to allow Copy/Clone steps
[rust.git] / src / bootstrap / Cargo.toml
index cc560e0172e3a3fa63a6e92e2bc873b028d49633..daa2a3d0a0ff485c1927fe3626be3ece37e70410 100644 (file)
@@ -33,8 +33,11 @@ build_helper = { path = "../build_helper" }
 cmake = "0.1.23"
 filetime = "0.1"
 num_cpus = "1.0"
-toml = "0.1"
 getopts = "0.2"
-rustc-serialize = "0.3"
-gcc = "0.3.46"
+gcc = "0.3.50"
 libc = "0.2"
+serde = "1.0.8"
+serde_derive = "1.0.8"
+serde_json = "1.0.2"
+toml = "0.4"
+lazy_static = "0.2"