Skip to content

Commit afbb22e

Browse files
committed
update-version.sh: update Cargo.lock files after version bump
1 parent 85af4cc commit afbb22e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

util/update-version.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ sed -i -e "s|uucore = { version=\">=$FROM\",|uucore = { version=\">=$TO\",|" $PR
4848
# Update crates using uucore_procs
4949
#shellcheck disable=SC2086
5050
sed -i -e "s|uucore_procs = { version=\">=$FROM\",|uucore_procs = { version=\">=$TO\",|" $PROGS
51+
52+
# Update Cargo.lock files
53+
cargo update --workspace
54+
cargo update --workspace --manifest-path fuzz/Cargo.toml

0 commit comments

Comments
 (0)