aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2019-10-10 15:51:10 -0500
committerDoug Goldstein <cardoe@cardoe.com>2019-10-10 15:51:10 -0500
commite72e9e59fddce7e6e826d55947b20ded05257fba (patch)
treeac03787b295d2cec61fa8d0aeb3d7b0b352c0797 /Cargo.toml
parentclean up cargo clippy warnings (diff)
downloadcargo-ebuild-e72e9e59fddce7e6e826d55947b20ded05257fba.tar.gz
cargo-ebuild-e72e9e59fddce7e6e826d55947b20ded05257fba.tar.bz2
cargo-ebuild-e72e9e59fddce7e6e826d55947b20ded05257fba.zip
upgrade to structopt 0.3
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 bc29842..75a9ebf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,5 +27,5 @@ maintenance = { status = "passively-maintained" }
[dependencies]
cargo = "^0.37"
-structopt = "^0.2"
+structopt = "^0.3"
time = "^0.1"