Update syscall lib, update submodules and dependencies

This commit is contained in:
Jeremy Soller 2016-11-03 15:10:32 -06:00
parent a73d7e941f
commit ced9a69b2a
8 changed files with 8 additions and 11 deletions

View file

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