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 64dc5bc commit f635323
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -25,7 +25,7 @@ Unreleased
Storage devices
- Renamed the `--{no-,}{numlock,capslock,scrollock}` options of the `config
set` command to `--{no-,}{num-lock,caps-lock,scroll-lock}`
- Bumped `structopt` dependency to `0.3.17`
- Bumped `structopt` dependency to `0.3.21`
- Bumped `nitrokey` dependency to `0.8.0`


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 f635323

Please sign in to comment.