From af5d04d3b6fc29aa0b30d655803da6d511f35203 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 2 Jul 2016 08:51:50 -0600 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eeb2f52..c068d64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "termion" version = "0.1.0" authors = ["Ticki "] -[target.'cfg(unix)'.dependencies] +[target.'cfg(not(target_os = "redox"))'.dependencies] libc = "0.2.8" [features]