mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Fix the minimal version for clap
This commit is contained in:
parent
a7162f29b4
commit
7fbaf8113b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cargo_metadata = "0.14"
|
cargo_metadata = "0.14"
|
||||||
clap = "3.1"
|
clap = "3.2"
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
rayon = "1.5.1"
|
rayon = "1.5.1"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue