Skip to content

Commit

Permalink
Fix cargo nextest version
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethk committed Dec 15, 2024
1 parent 7ccbfaf commit dfd66cf
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 dfd66cf

Please sign in to comment.