We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85af4cc commit afbb22eCopy full SHA for afbb22e
util/update-version.sh
@@ -48,3 +48,7 @@ sed -i -e "s|uucore = { version=\">=$FROM\",|uucore = { version=\">=$TO\",|" $PR
48
# Update crates using uucore_procs
49
#shellcheck disable=SC2086
50
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