update-version.sh: update Cargo.lock files after version bump

This commit is contained in:
Sylvestre Ledru
2026-03-22 16:56:00 +01:00
committed by Daniel Hofstetter
parent 2c82462c66
commit c794796c44
+4
View File
@@ -48,3 +48,7 @@ sed -i -e "s|uucore = { version=\">=$FROM\",|uucore = { version=\">=$TO\",|" $PR
# Update crates using uucore_procs
#shellcheck disable=SC2086
sed -i -e "s|uucore_procs = { version=\">=$FROM\",|uucore_procs = { version=\">=$TO\",|" $PROGS
# Update Cargo.lock files
cargo update --workspace
cargo update --workspace --manifest-path fuzz/Cargo.toml