Skip to content

Commit

Permalink
Fix the minimal version for clap
Browse files Browse the repository at this point in the history
  • Loading branch information
giraffate committed Jul 14, 2022
1 parent a7162f2 commit 7fbaf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lintcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 7fbaf81

Please sign in to comment.