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 sherry-x committed Dec 18, 2024
1 parent 3402522 commit 6aa731e
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 @@ -506,7 +506,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 6aa731e

Please sign in to comment.