From d4e295a385e33c9bd1272f1a35775deb6425fb8c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 5 Jul 2017 21:46:40 -0600 Subject: [PATCH] Revert syscall path --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd54285..746c704 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 = "../syscall" } +redox_syscall = "0.1" [dependencies.goblin] version = "0.0.10"