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

0.0.17 => 0.0.18

This commit is contained in:
Sylvestre Ledru 2023-03-25 20:26:03 +01:00
parent 4fa7efc693
commit af0a263191
109 changed files with 325 additions and 325 deletions

View file

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