From eaa93e9c27eac914a6735d160706df3709b581d6 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sun, 20 Jun 2021 00:25:02 +0200 Subject: [PATCH] numfmt: move to common core --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 804c5f978..0fec2af78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,7 @@ feat_common_core = [ "more", "mv", "nl", + "numfmt", "od", "paste", "pr", @@ -160,7 +161,6 @@ feat_require_unix = [ "mkfifo", "mknod", "nice", - "numfmt", "nohup", "pathchk", "stat",