]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/build-manifest/Cargo.toml
Update to toml 0.4
[rust.git] / src / tools / build-manifest / Cargo.toml
index 4b876753b1fea48e92a80fe5a59a4eda790a407b..844b7aad72fde3732763bfeafd67588e4e9e64c7 100644 (file)
@@ -4,5 +4,6 @@ version = "0.1.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 
 [dependencies]
-toml = "0.1"
-rustc-serialize = "0.3"
+toml = "0.4"
+serde = "1.0"
+serde_derive = "1.0"