Skip to content

Commit 7fbaf81

Browse files
committed
Fix the minimal version for clap
1 parent a7162f2 commit 7fbaf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lintcheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111

1212
[dependencies]
1313
cargo_metadata = "0.14"
14-
clap = "3.1"
14+
clap = "3.2"
1515
flate2 = "1.0"
1616
rayon = "1.5.1"
1717
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)