mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Update to the latest nextest; use --locked as recommended by them
This commit is contained in:
parent
6446cf9be8
commit
96f12ee1b2
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