aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2017-10-30 11:29:23 -0500
committerDoug Goldstein <cardoe@cardoe.com>2017-10-30 11:29:28 -0500
commitfd78203c8dc726e106d48b279cab5884e3a853d3 (patch)
tree854df7dc609daf8d2279292d45757c2238fdb5f1 /Cargo.toml
parentmove from cargo 0.17 to cargo 0.19 (diff)
downloadcargo-ebuild-fd78203c8dc726e106d48b279cab5884e3a853d3.tar.gz
cargo-ebuild-fd78203c8dc726e106d48b279cab5884e3a853d3.tar.bz2
cargo-ebuild-fd78203c8dc726e106d48b279cab5884e3a853d3.zip
upgrade cargo 0.19 to cargo 0.21
This allows us to get rid of the need for rustc-serialize. fixed #2.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9aec749..3c3ddf3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ Generates an ebuild for a package using the in-tree eclasses.
travis-ci = { repository = "cardoe/cargo-ebuild" }
[dependencies]
-cargo = "^0.19"
-rustc-serialize = "^0.3"
+cargo = "^0.21"
+serde = "1"
+serde_derive = "1"
time = "^0.1"