From c6ad9846f9c3d68e37dee50e3bee7277244455f5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 1 Jun 2023 21:12:29 +0200 Subject: [PATCH] update of the version script --- util/update-version.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/update-version.sh b/util/update-version.sh index b6340bf59..106f296fc 100755 --- a/util/update-version.sh +++ b/util/update-version.sh @@ -24,6 +24,9 @@ sed -i -e "s|version = \"$FROM\"|version = \"$TO\"|" $PROGS # Update uucore_procs sed -i -e "s|version = \"$FROM\"|version = \"$TO\"|" src/uucore_procs/Cargo.toml +# Update uuhelp_parser +sed -i -e "s|version = \"$FROM\"|version = \"$TO\"|" src/uuhelp_parser/Cargo.toml + # Update the stdbuf stuff sed -i -e "s|libstdbuf = { version=\"$FROM\"|libstdbuf = { version=\"$TO\"|" src/uu/stdbuf/Cargo.toml sed -i -e "s|= { optional=true, version=\"$FROM\", package=\"uu_|= { optional=true, version=\"$TO\", package=\"uu_|g" Cargo.toml