mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +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() {
|
||||
for toml in **/Cargo.toml; do
|
||||
(cd "$(dirname "$toml")" && cargo generate-lockfile)
|
||||
(cd "$(dirname "$toml")" && cargo update)
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue