Skip to content

Commit

Permalink
update of the version script
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jun 4, 2023
1 parent 204d9b6 commit c6ad984
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6ad984

Please sign in to comment.