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 6bb5215 commit 069813e
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
Expand Up @@ -21,6 +21,7 @@ Unreleased
- Added CI stage checking compliance
- Updated minimum required Rust version to `1.42.0`
- Bumped `nitrokey` dependency to `0.7.1`
- Bumped `structopt` dependency to `0.3.17`
- Bumped `proc-macro2` dependency to `1.0.19`
- Bumped `syn` dependency to `1.0.36`

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 @@ -58,7 +58,7 @@ version = "1.0"
features = ["derive"]

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

[dependencies.toml]
Expand Down

0 comments on commit 069813e

Please sign in to comment.