From 44af40797ce6581a6f5eab6c32ab0940fa821816 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 25 Nov 2018 10:46:23 -0600 Subject: [PATCH] touch: fix ~ recategorize 'touch' from 'fuchsia' (ie, unix) to 'generic' --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b7ccf16f..800ab969a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,6 @@ fuchsia = [ "nice", "pathchk", "stdbuf", - "touch", "tty", "uname", "unlink", @@ -69,6 +68,7 @@ generic = [ "hostname", "nproc", "sync", + "touch", "whoami", "redox_generic" ]