From 8ed383de6c48d3e28d4b27b21e621e7da991ac48 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 3 Nov 2016 13:50:40 -0600 Subject: [PATCH] Use syscall git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0cc46ee..ab76f12 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" } -- GitLab