From 9ae07fec34e98bd45559830ebb1db8b1da28ac7f Mon Sep 17 00:00:00 2001 From: Alex Lyon Date: Mon, 12 Mar 2018 20:21:38 -0700 Subject: [PATCH] uucore: make features opt-in rather than opt-out --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1e56fe..d18f834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ process = ["libc"] signals = [] entries = ["libc"] wide = [] -default = ["fs", "libc", "utf8", "encoding", "parse_time", "mode", "utmpx", "process", "entries", "signals", "wide"] +default = [] [lib] path = "lib.rs"