From 8c78abe5051fd07870ecf1354c71a93f41ea2b73 Mon Sep 17 00:00:00 2001 From: zdiff Date: Tue, 9 Sep 2025 23:50:19 -0400 Subject: [PATCH] Remove additional touch when feat_common_core is required --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9b4bd709..405368c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,6 @@ feat_Tier1 = [ "hostname", "nproc", "sync", - "touch", "uname", "whoami", ] @@ -269,7 +268,6 @@ feat_os_windows_legacy = [ "arch", "nproc", "sync", - "touch", "whoami", ] ##