Update Cargo.toml

This commit is contained in:
Jeremy Soller 2016-07-02 08:51:50 -06:00 committed by GitHub
parent 133497a4be
commit af5d04d3b6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name = "termion"
version = "0.1.0"
authors = ["Ticki <Ticki@users.noreply.github.com>"]
[target.'cfg(unix)'.dependencies]
[target.'cfg(not(target_os = "redox"))'.dependencies]
libc = "0.2.8"
[features]