diff --git a/filesystem/ui b/filesystem/ui index 4a1f87b..e8c057a 160000 --- a/filesystem/ui +++ b/filesystem/ui @@ -1 +1 @@ -Subproject commit 4a1f87b219b3db104f3e9ff21d974118357ff2e1 +Subproject commit e8c057a343c2f55c38a134ac9db65f3c7f5c8eb2 diff --git a/libstd/Cargo.toml b/libstd/Cargo.toml index 1b7f3ea..637b657 100644 --- a/libstd/Cargo.toml +++ b/libstd/Cargo.toml @@ -14,6 +14,3 @@ panic_abort = { path = "panic_abort" } #panic_unwind = { path = "panic_unwind" } libc = { path = "libc" } unwind = { path = "unwind" } - -[target.'cfg(target_os = "redox")'.dependencies] -redox_syscall = { git = "https://github.com/redox-os/syscall.git" } diff --git a/libstd/libc/Cargo.toml b/libstd/libc/Cargo.toml index c1aa259..67a2985 100644 --- a/libstd/libc/Cargo.toml +++ b/libstd/libc/Cargo.toml @@ -9,7 +9,3 @@ name = "libc" path = "../../rust/src/liblibc/src/lib.rs" test = false bench = false - -[dependencies] -redox_syscall = { path = "../../syscall/" } -spin = "*" diff --git a/libstd/panic_abort/Cargo.toml b/libstd/panic_abort/Cargo.toml index 4e8e492..c660cf8 100644 --- a/libstd/panic_abort/Cargo.toml +++ b/libstd/panic_abort/Cargo.toml @@ -5,6 +5,3 @@ authors = ["Jeremy Soller "] [lib] path = "../../rust/src/libpanic_abort/lib.rs" - -[dependencies] -redox_syscall = { path = "../../syscall/" } diff --git a/libstd/panic_unwind/Cargo.toml b/libstd/panic_unwind/Cargo.toml index 746be81..9ddf81e 100644 --- a/libstd/panic_unwind/Cargo.toml +++ b/libstd/panic_unwind/Cargo.toml @@ -8,5 +8,4 @@ path = "../../rust/src/libpanic_unwind/lib.rs" [dependencies] libc = { path = "../libc/" } -redox_syscall = { path = "../../syscall/" } unwind = { path = "../unwind/" }