diff --git a/Cargo.toml b/Cargo.toml index 4aa934bb5d25d336b310f5e17fa645b09be9eff8..746c704aa53a8ae3c49f38ea1caf0ab26fd4d551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ alloc_kernel = { path = "alloc_kernel" } bitflags = "0.7" spin = "0.4" raw-cpuid = { git = "https://github.com/gz/rust-cpuid", branch = "master" } -redox_syscall = { version = "0.1", path = "/home/jeremy/Projects/syscall" } +redox_syscall = "0.1" [dependencies.goblin] version = "0.0.10"