1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

0.0.20 => 0.0.21

This commit is contained in:
Sylvestre Ledru 2023-09-03 14:42:54 +02:00
parent 0c04cf0537
commit 9844f1f07d
110 changed files with 323 additions and 323 deletions

View file

@ -14,8 +14,8 @@
# 7) Run util/publish.sh --do-it
# 8) In some cases, you might have to fix dependencies and run import
FROM="0.0.19"
TO="0.0.20"
FROM="0.0.20"
TO="0.0.21"
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml src/uucore/Cargo.toml Cargo.toml)