aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-08-25 22:29:43 -0700
committerDaniel Mueller <deso@posteo.net>2020-08-25 22:29:43 -0700
commitddc6f47970011e2092b3e068198072c18a4a5fb6 (patch)
treeaabe702727e371bd3f2a12f03c043e7328716c28 /Cargo.toml
parent6ce6dc4f3db67c3f6b6148b1fb03644e91900291 (diff)
downloadnitrocli-ddc6f47970011e2092b3e068198072c18a4a5fb6.tar.gz
nitrocli-ddc6f47970011e2092b3e068198072c18a4a5fb6.tar.bz2
Update structopt dependency to 0.3.17
This change updates the structopt crate to version 0.3.17. We need this version as it fixes a compilation error [0] when using the external_subcommand enum variant annotation provided by the crate. This functionality will be used in a follow up change that enables usage of user provided extensions. [0]: https://github.com/TeXitoi/structopt/issues/424
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 3871e61..640a89b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,7 +58,7 @@ version = "1.0"
features = ["derive"]
[dependencies.structopt]
-version = "0.3.7"
+version = "0.3.17"
default-features = false
[dependencies.toml]