]> 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 1088067c2de57dce0df437d9ab661e5bd710c813..daa2a3d0a0ff485c1927fe3626be3ece37e70410 100644 (file)
@@ -30,11 +30,14 @@ test = false
 
 [dependencies]
 build_helper = { path = "../build_helper" }
-cmake = "0.1.17"
+cmake = "0.1.23"
 filetime = "0.1"
 num_cpus = "1.0"
-toml = "0.1"
 getopts = "0.2"
-rustc-serialize = "0.3"
-gcc = "0.3.38"
+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"