mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
update-version.sh: update Cargo.lock files after version bump
This commit is contained in:
committed by
Daniel Hofstetter
parent
2c82462c66
commit
c794796c44
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user