From 1c7b5680a446b71d4eef81fed8ceebf1874a1ddd Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 9 Jan 2017 19:47:44 -0700 Subject: [PATCH] Use syscall crate from git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c66b8bf9..80aec98e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["staticlib"] [dependencies] bitflags = "*" spin = "*" -redox_syscall = { path = "../syscall/" } +redox_syscall = { git = "https://github.com/redox-os/syscall.git" } [dependencies.goblin] git = "https://github.com/m4b/goblin.git" -- GitLab