util/update-version: also update Cargo.toml of uucore

This commit is contained in:
Terts Diepraam 2022-10-11 22:58:04 +02:00
parent b869c78343
commit b2b46a6835

View file

@ -14,7 +14,7 @@
FROM="0.0.14"
TO="0.0.15"
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml Cargo.toml)
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml)
# update the version of all programs
#shellcheck disable=SC2086