Use syscall crate from git

This commit is contained in:
Jeremy Soller
2017-01-09 19:47:44 -07:00
parent 375e8addd2
commit 1c7b5680a4

View File

@@ -10,7 +10,7 @@ crate-type = ["staticlib"]
[dependencies]
bitflags = "*"
spin = "*"
redox_syscall = { path = "../syscall/" }
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
[dependencies.goblin]
git = "https://github.com/m4b/goblin.git"