aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-11-30 20:02:38 -0800
committerDaniel Mueller <deso@posteo.net>2020-11-30 20:02:38 -0800
commitf6353234e6037ad294d5da9c16a23881dac5933e (patch)
tree8460ce092eff33b9ba662ec082d6851b1c59a8f8 /Cargo.toml
parent64dc5bcbcc703d72fc57f0675492b13ac7aeaba9 (diff)
downloadnitrocli-f6353234e6037ad294d5da9c16a23881dac5933e.tar.gz
nitrocli-f6353234e6037ad294d5da9c16a23881dac5933e.tar.bz2
Update structopt dependency to 0.3.21
This change updates the structopt crate to version 0.3.21. We need this version as it fixes a compilation error [0] when using the external_subcommand enum variant annotation provided by the crate with certain versions of Rust. [0]: https://github.com/TeXitoi/structopt/issues/447
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 1af4f2f..c2d1d34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,7 @@ version = "1.0"
features = ["derive"]
[dependencies.structopt]
-version = "0.3.17"
+version = "0.3.21"
default-features = false
[dependencies.termion]