Fix syscall crate name
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user