mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
Use cargo update rather than cargo generate-lockfile
This commit is contained in:
parent
b1b860edaf
commit
52a0f87e3c
2
.github/scripts/update-lockfiles.sh
vendored
2
.github/scripts/update-lockfiles.sh
vendored
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
function update_lockfiles() {
|
function update_lockfiles() {
|
||||||
for toml in **/Cargo.toml; do
|
for toml in **/Cargo.toml; do
|
||||||
(cd "$(dirname "$toml")" && cargo generate-lockfile)
|
(cd "$(dirname "$toml")" && cargo update)
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue