mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
update of the version script
This commit is contained in:
parent
204d9b64f9
commit
c6ad9846f9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue