aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2017-10-30 11:24:54 -0500
committerDoug Goldstein <cardoe@cardoe.com>2017-10-30 11:24:54 -0500
commite1db5fd7f964ca6a7aaf574effd1fa6141ba2bfc (patch)
treee83bd2be77055389816aa7939ce17f08607b4680 /Cargo.toml
parentrustfmt with 0.8.6 (diff)
downloadcargo-ebuild-e1db5fd7f964ca6a7aaf574effd1fa6141ba2bfc.tar.gz
cargo-ebuild-e1db5fd7f964ca6a7aaf574effd1fa6141ba2bfc.tar.bz2
cargo-ebuild-e1db5fd7f964ca6a7aaf574effd1fa6141ba2bfc.zip
move from cargo 0.17 to cargo 0.19
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 02b9d87..9aec749 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,6 @@ Generates an ebuild for a package using the in-tree eclasses.
travis-ci = { repository = "cardoe/cargo-ebuild" }
[dependencies]
-cargo = "0.17"
+cargo = "^0.19"
rustc-serialize = "^0.3"
time = "^0.1"