Skip to content

Commit 5711729

Browse files
authored
Fix cargo nextest version (#15608)
1 parent 7ccbfaf commit 5711729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ function install_cargo_machete {
507507

508508
function install_cargo_nextest {
509509
if ! command -v cargo-nextest &>/dev/null; then
510-
cargo install cargo-nextest --locked
510+
cargo install cargo-nextest --locked --version 0.9.85
511511
fi
512512
}
513513

0 commit comments

Comments
 (0)