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

Version 0.0.14 (#3553)

Version 0.0.14
This commit is contained in:
Terts Diepraam 2022-05-22 19:57:19 +02:00 committed by GitHub
parent 887f49ce2d
commit eae07adfb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
108 changed files with 446 additions and 471 deletions

View file

@ -11,14 +11,14 @@
# 6) Run util/publish.sh --do-it
# 7) In some cases, you might have to fix dependencies and run import
FROM="0.0.12"
TO="0.0.13"
FROM="0.0.13"
TO="0.0.14"
UUCORE_PROCS_FROM="0.0.12"
UUCORE_PROCS_TO="0.0.13"
UUCORE_PROCS_FROM="0.0.13"
UUCORE_PROCS_TO="0.0.14"
UUCORE_FROM="0.0.12"
UUCORE_TO="0.0.13"
UUCORE_FROM="0.0.13"
UUCORE_TO="0.0.14"
PROGS=$(ls -1d src/uu/*/Cargo.toml src/uu/stdbuf/src/libstdbuf/Cargo.toml Cargo.toml src/uu/base64/Cargo.toml)