]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/Cargo.toml
Update to toml 0.4
[rust.git] / src / bootstrap / Cargo.toml
index 8842dce0257dd064f53544446176d4f1cf54e1e8..00004d71aac250f6bedbd48c940647af49fa9652 100644 (file)
@@ -33,8 +33,10 @@ 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.50"
 libc = "0.2"
+serde = "1.0.8"
+serde_derive = "1.0.8"
+serde_json = "1.0.2"
+toml = "0.4"