Skip to content

Commit

Permalink
Update structopt dependency to 0.3.21
Browse files Browse the repository at this point in the history
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]: TeXitoi/structopt#447
  • Loading branch information
d-e-s-o committed Dec 1, 2020
1 parent a8de1ad commit 598d07f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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
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
Expand Up @@ -61,7 +61,7 @@ version = "1.0"
features = ["derive"]

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

[dependencies.termion]
Expand Down

0 comments on commit 598d07f

Please sign in to comment.