Skip to content

Commit

Permalink
Update structopt dependency to 0.3.17
Browse files Browse the repository at this point in the history
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]: TeXitoi/structopt#424
  • Loading branch information
d-e-s-o committed Aug 26, 2020
1 parent b114125 commit c2a9d31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Unreleased
----------
- Changed default OTP format from `hex` to `base32`
- Bumped `structopt` dependency to `0.3.17`


0.3.3
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ version = "0.2"
version = "0.6"

[dependencies.structopt]
version = "0.3.7"
version = "0.3.17"
default-features = false

[dev-dependencies.nitrokey-test]
Expand Down

0 comments on commit c2a9d31

Please sign in to comment.