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

Merge branch 'main' into tail_notify

This commit is contained in:
Jan Scheer 2022-05-23 01:10:32 +02:00
commit dc4b6f2cf9
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828
121 changed files with 657 additions and 520 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)