Fix syscall crate name

This commit is contained in:
Jeremy Soller
2016-11-02 19:46:34 -06:00
parent a0b381765b
commit b25b268756
+1 -1
View File
@@ -25,7 +25,7 @@ path = "utility/main.rs"
[dependencies]
spin = "*"
syscall = { git = "https://github.com/redox-os/syscall.git" }
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
[target.'cfg(unix)'.dependencies]
fuse = "0.2"