From 783dd1ae011537971471b0867e16d007c19bb3a7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 6 Aug 2021 14:17:40 -0600 Subject: [PATCH] install: do not compile on redox --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42579b5d6..df60206ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -217,9 +217,8 @@ feat_os_unix_fuchsia = [ feat_os_unix_redox = [ "feat_common_core", # - "uname", "chmod", - "install", + "uname", ] # "feat_os_windows_legacy" == slightly restricted set of utilities which can be built/run on early windows platforms (eg, "WinXP") feat_os_windows_legacy = [