Fix build, remove cfg(redox)

This commit is contained in:
Jeremy Soller 2016-11-09 17:00:48 -07:00
parent 01d2c8d0f2
commit fb739faece
6 changed files with 12 additions and 5 deletions

View file

@ -4,5 +4,8 @@ version = "0.1.0"
[dependencies]
redox_syscall = { path = "../../syscall/" }
rustc-serialize = "0.3"
rustc-serialize = { git = "https://github.com/jackpot51/rustc-serialize.git" }
toml = "*"
[replace]
"rustc-serialize:0.3.20" = { git = "https://github.com/jackpot51/rustc-serialize.git" }