diff --git a/Cargo.toml b/Cargo.toml index 7d82895875..ec5570ab57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"