aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
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
commitfd7082b69228e41a19f05aa533511b6aa65c6ea2 (patch)
tree5b979650b1555b867ccec71dd5976b1f870dd7ee /CHANGELOG.md
parent6917be7ab3c5a9d47866a45855c836a9cc6f86ff (diff)
downloadnitrocli-fd7082b69228e41a19f05aa533511b6aa65c6ea2.tar.gz
nitrocli-fd7082b69228e41a19f05aa533511b6aa65c6ea2.tar.bz2
Update structopt dependency to 0.3.17
This change updates the structopt crate to version 0.3.13. 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 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29a9faa..607ee3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ Unreleased
options are set)
- Added `--serial-number` option that restricts the serial number of the
device to connect to
+- Bumped `structopt` dependency to `0.3.17`
0.3.4