Auto merge of #9173 - giraffate:fix_the_minimal_version_for_clap, r=xFrednet
Fix the minimal version for `clap` changelog: none `clap >= 3.2.0` for lintcheck has been needed from https://github.com/rust-lang/rust-clippy/pull/8997.
This commit is contained in:
commit
1b23c0ec1e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
cargo_metadata = "0.14"
|
||||
clap = "3.1"
|
||||
clap = "3.2"
|
||||
flate2 = "1.0"
|
||||
rayon = "1.5.1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue