From 877f656ae15810a8df19b3c7f7726480ddea6f8d Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:10:45 +0900 Subject: [PATCH] arch, uname, Cargo.toml: update outdated info (#11556) --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1519260c..4f9854126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -179,6 +179,7 @@ feat_Tier1 = [ # We don't need to support all of wasm targets. So the ambiguous name is used at here # It is bit complex to deduplicate with other lists feat_wasm = [ + "arch", "basename", "base32", "base64", @@ -213,6 +214,7 @@ feat_wasm = [ "tee", "true", "truncate", + "uname", "unexpand", "uniq", "unlink", @@ -227,9 +229,6 @@ feat_wasm = [ "sha256sum", "sha384sum", "sha512sum", - # useless? - "arch", - "uname", ] # "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms. feat_os_unix = [