From 23e6103b3bf574fe1e2af4c05978091f0dd5ca30 Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Tue, 9 Jun 2026 15:53:45 +0300 Subject: [PATCH] submodule: uutils-tar advance to 0.2.3 with rustc 1.92 pin and uutests drop Pick up the uutils-tar fork's 0.2.3 branch HEAD (bcf6fdb), which pins rust-version to 1.92.0 to match the Red Bear cross-toolchain (upstream bumped to 1.94, which is unavailable here) and removes the uutests dev-dependency, which is a workspace member only resolvable inside the uutils/coreutils monorepo. With uutests gone, both root and fuzz Cargo.lock files no longer carry those workspace-only entries and the lockfiles shrink back to a clean standalone build. --- local/recipes/archives/uutils-tar/source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/recipes/archives/uutils-tar/source b/local/recipes/archives/uutils-tar/source index 840b16bd8f..bcf6fdb4f5 160000 --- a/local/recipes/archives/uutils-tar/source +++ b/local/recipes/archives/uutils-tar/source @@ -1 +1 @@ -Subproject commit 840b16bd8fd53a2fe4e8780d710014c2908b9870 +Subproject commit bcf6fdb4f53734d6380692dcd28e63ffee42cd55