From 1532b207d278e1e3da900c77bf47b9258d4e9c9f Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Sun, 18 Mar 2018 18:24:25 -0700 Subject: [PATCH] Build chmod and install on Redox --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index abda65059..b3d0b2c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -142,6 +142,8 @@ redox_generic = [ ] redox = [ "uname", + "chmod", + "install", "redox_generic" ] test_unimplemented = []