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

@ -6,7 +6,7 @@ version = "0.1.0"
orbclient = "0.1"
ransid = "0.2"
rusttype = { git = "https://github.com/dylanede/rusttype.git", optional = true }
redox_syscall = "0.1"
redox_syscall = { path = "../../syscall" }
[features]
default = []