diff --git a/Cargo.toml b/Cargo.toml
index c66b8bf9dd1327dc8d11170833ddf5a1ed780f51..80aec98e8a350a23d0e4fc4a7dcb63c0afe9769d 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"