Skip to content

Commit

Permalink
fix(cargo-codspeed): ensure cargo-codspeed can be installed on rust <…
Browse files Browse the repository at this point in the history
… 1.74
  • Loading branch information
adriencaccia committed Feb 10, 2024
1 parent c8213e3 commit 2b094d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cargo-codspeed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords = ["codspeed", "benchmark", "cargo"]

[dependencies]
cargo = "0.66.0"
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "=4.0.29", features = ["derive"] }
termcolor = "1.0"
anyhow = "1.0.66"
itertools = "0.10.5"
Expand Down

0 comments on commit 2b094d5

Please sign in to comment.