Skip to content

Commit

Permalink
Force clap version to 4.4.9 to respect MSRV
Browse files Browse the repository at this point in the history
Version of clap above 4.4.9 require Rust 1.74, which exceeds
criterion's MSRV of 1.70.
  • Loading branch information
samueltardieu committed Mar 24, 2024
1 parent b913e23 commit b1502c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
ciborium = "0.2.0"
clap = { version = "4", default-features = false, features = ["std", "help"] }
clap = { version = "=4.4.9", default-features = false, features = ["std", "help"] }
walkdir = "2.3"
tinytemplate = "1.1"
cast = "0.3"
Expand Down

0 comments on commit b1502c1

Please sign in to comment.