mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
util/update-version: also update Cargo.toml of uucore
This commit is contained in:
parent
b869c78343
commit
b2b46a6835
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
FROM="0.0.14"
|
FROM="0.0.14"
|
||||||
TO="0.0.15"
|
TO="0.0.15"
|
||||||
|
|
||||||
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml Cargo.toml)
|
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml)
|
||||||
|
|
||||||
# update the version of all programs
|
# update the version of all programs
|
||||||
#shellcheck disable=SC2086
|
#shellcheck disable=SC2086
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue