From b9ddb52630435645a1505632d2416e9cb028b159 Mon Sep 17 00:00:00 2001 From: Will Wykeham Date: Fri, 18 Nov 2016 13:56:33 +0000 Subject: [PATCH] Make Cargo.toml match the Makefile --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd1664f63..6e5ee3705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ unix = [ "logname", "mkfifo", "mknod", - "more", "nice", "nohup", "pathchk", @@ -63,6 +62,7 @@ generic = [ "ls", "mkdir", "mktemp", + "more", "mv", "nl", "nproc",