summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2023-06-01 21:12:29 +0200
committerSylvestre Ledru <sylvestre@debian.org>2023-06-04 09:46:59 +0200
commitc6ad9846f9c3d68e37dee50e3bee7277244455f5 (patch)
tree88d0d479c20f761fa4d3c903d3941d4731826f04
parent204d9b64f98ea81001c3da745356d98e9a185c1b (diff)
update of the version script
-rwxr-xr-xutil/update-version.sh3
1 files changed, 3 insertions, 0 deletions
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