From 0d58e05149969e79908ff797332f89b7022ab588 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:29:09 +0100 Subject: [PATCH] fix: sort and remove duplicates from feat_wasm feature --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24314ec25..e2d488694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,14 +182,13 @@ feat_wasm = [ "arch", "base32", "base64", - "basenc", "basename", + "basenc", "cat", "comm", "cp", "csplit", "cut", - "ls", "date", "dir", "dircolors", @@ -215,7 +214,6 @@ feat_wasm = [ "pathchk", "pr", "printenv", - "head", "printf", "ptx", "pwd", @@ -224,12 +222,11 @@ feat_wasm = [ "rm", "rmdir", "seq", - "sort", - "split", "shred", "shuf", "sleep", "sort", + "split", "sum", "tail", "tee",