From bfba19f22282dd10821d7a3d5e38bc6db30d85de Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 9 Sep 2025 13:21:29 +0200 Subject: [PATCH] also publish uufuzz --- util/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/publish.sh b/util/publish.sh index 880e82e19..00cc9bd00 100755 --- a/util/publish.sh +++ b/util/publish.sh @@ -54,7 +54,7 @@ TOTAL_ORDER=${TOTAL_ORDER#ROOT} CRATE_VERSION=$(grep '^version =' Cargo.toml | head -n1 | cut -d '"' -f2) set -e -for dir in src/uuhelp_parser/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/ tests/uutests/; do +for dir in src/uuhelp_parser/ src/uucore_procs/ src/uucore/ src/uu/stdbuf/src/libstdbuf/ tests/uutests/ fuzz/uufuzz/; do ( cd "$dir" CRATE_NAME=$(grep '^name =' "Cargo.toml" | head -n1 | cut -d '"' -f2)