aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
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
commit598d07ff6c8acc4476e24be89058c5d45de5db01 (patch)
treeaf5fb7536568e47733975358a2306da8834712ac /CHANGELOG.md
parenta8de1ad65d845e9f250e2d56fb21175b92483f95 (diff)
downloadnitrocli-598d07ff6c8acc4476e24be89058c5d45de5db01.tar.gz
nitrocli-598d07ff6c8acc4476e24be89058c5d45de5db01.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 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6c7696..8782b38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ Unreleased
- Renamed the `--{no-,}{numlock,capslock,scrollock}` options of the `config
set` command to `--{no-,}{num-lock,caps-lock,scroll-lock}`
- Bumped `nitrokey` dependency to `0.8.0`
+- Bumped `structopt` dependency to `0.3.21`
0.3.5