Fix syscall crate name
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment