Skip to content

Commit

Permalink
Fix cargo nextest version (#15608)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethk authored and georgemitenkov committed Jan 6, 2025
1 parent 6ae7bb4 commit 8050ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ function install_cargo_machete {

function install_cargo_nextest {
if ! command -v cargo-nextest &>/dev/null; then
cargo install cargo-nextest --locked
cargo install cargo-nextest --locked --version 0.9.85
fi
}

Expand Down

0 comments on commit 8050ce8

Please sign in to comment.