mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
new release 0.0.6 to address the cat issue
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# So, it should be triple-checked
|
||||
|
||||
|
||||
FROM="0.0.4"
|
||||
TO="0.0.5"
|
||||
FROM="0.0.5"
|
||||
TO="0.0.6"
|
||||
|
||||
UUCORE_FROM="0.0.7"
|
||||
UUCORE_TO="0.0.8"
|
||||
@@ -19,8 +19,8 @@ sed -i -e "s|libstdbuf = { version=\"$FROM\"|libstdbuf = { version=\"$TO\"|" src
|
||||
sed -i -e "s|= { optional=true, version=\"$FROM\", package=\"uu_|= { optional=true, version=\"$TO\", package=\"uu_|g" Cargo.toml
|
||||
|
||||
# Update uucore itself
|
||||
sed -i -e "s|version = \"$UUCORE_FROM\"|version = \"$UUCORE_TO\"|" src/uucore/Cargo.toml
|
||||
#sed -i -e "s|version = \"$UUCORE_FROM\"|version = \"$UUCORE_TO\"|" src/uucore/Cargo.toml
|
||||
# Update crates using uucore
|
||||
sed -i -e "s|uucore = { version=\">=$UUCORE_FROM\",|uucore = { version=\">=$UUCORE_TO\",|" $PROGS
|
||||
#sed -i -e "s|uucore = { version=\">=$UUCORE_FROM\",|uucore = { version=\">=$UUCORE_TO\",|" $PROGS
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user