aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoel Aaij <roel.aaij@nikhef.nl>2018-09-07 11:04:01 +0200
committerDoug Goldstein <cardoe@cardoe.com>2019-10-10 10:28:43 -0500
commitd5609a4661f6214b3b197dc62c76f80097631569 (patch)
tree84d5734b1fc8e12632016fbe06784d8c90390a03 /Cargo.toml
parentsplit metadata parsing and ebuild generation (diff)
downloadcargo-ebuild-d5609a4661f6214b3b197dc62c76f80097631569.tar.gz
cargo-ebuild-d5609a4661f6214b3b197dc62c76f80097631569.tar.bz2
cargo-ebuild-d5609a4661f6214b3b197dc62c76f80097631569.zip
Update to cargo 0.29 and fix build.
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 7cb54bc..bae8f8d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,6 @@ travis-ci = { repository = "cardoe/cargo-ebuild" }
maintenance = { status = "passively-maintained" }
[dependencies]
-cargo = "^0.21"
+cargo = "^0.29"
structopt = "^0.2"
time = "^0.1"