Update to the latest nextest; use --locked as recommended by them

This commit is contained in:
Damien Elmes 2023-09-08 07:57:15 +10:00
parent a3d38bdad3
commit 6cf38b0326

View file

@ -161,7 +161,7 @@ impl BuildAction for CargoTest {
"cargo-nextest",
CargoInstall {
binary_name: "cargo-nextest",
args: "cargo-nextest --version 0.9.43",
args: "cargo-nextest --version 0.9.57 --locked",
},
)?;
setup_flags(build)