From 9b27cd8cb347f6c0f61821c7f50bb7bc6b13e185 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Tue, 13 Dec 2022 00:16:56 -0600 Subject: [PATCH] build: `uname` is WinOS-compatible; move to 'Tier1' feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfd853997..15b70ec49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,6 +115,7 @@ feat_Tier1 = [ "nproc", "sync", "touch", + "uname", "whoami", ] ## (primary platforms) feature sets @@ -194,7 +195,6 @@ feat_require_unix = [ "stty", "timeout", "tty", - "uname", ] # "feat_require_unix_utmpx" == set of utilities requiring unix utmp/utmpx support # * ref: