From b2b46a6835124ee96ec742dd608c4ef22d493887 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Tue, 11 Oct 2022 22:58:04 +0200 Subject: [PATCH] util/update-version: also update Cargo.toml of uucore --- util/update-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/update-version.sh b/util/update-version.sh index bb556fe41..2c51115e3 100755 --- a/util/update-version.sh +++ b/util/update-version.sh @@ -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