diff --git a/Cargo.toml b/Cargo.toml index 0cc46eeb3d671bfe1ecb8f24db80d05e3f174d5d..ab76f12b96680ef30dd70e63568eff0a35f20580 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,4 +51,4 @@ userutils = { git = "https://github.com/redox-os/userutils.git" } libc = "0.2" [target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = "0.1" +redox_syscall = { git = "https://github.com/redox-os/syscall.git" }