mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Update to the latest nextest; use --locked as recommended by them
This commit is contained in:
parent
a3d38bdad3
commit
6cf38b0326
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue