Skip to content

Commit 2b094d5

Browse files
committed
fix(cargo-codspeed): ensure cargo-codspeed can be installed on rust < 1.74
1 parent c8213e3 commit 2b094d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["codspeed", "benchmark", "cargo"]
1919

2020
[dependencies]
2121
cargo = "0.66.0"
22-
clap = { version = "4.0.29", features = ["derive"] }
22+
clap = { version = "=4.0.29", features = ["derive"] }
2323
termcolor = "1.0"
2424
anyhow = "1.0.66"
2525
itertools = "0.10.5"

0 commit comments

Comments
 (0)