diff --git a/drivers/pcid/Cargo.toml b/drivers/pcid/Cargo.toml index a64211d..a2def71 100644 --- a/drivers/pcid/Cargo.toml +++ b/drivers/pcid/Cargo.toml @@ -4,8 +4,5 @@ version = "0.1.0" [dependencies] redox_syscall = { path = "../../syscall/" } -rustc-serialize = { git = "https://github.com/redox-os/rustc-serialize.git" } +rustc-serialize = "0.3.19" toml = "*" - -[replace] -"rustc-serialize:0.3.19" = { git = "https://github.com/redox-os/rustc-serialize.git" } diff --git a/drivers/vesad/Cargo.toml b/drivers/vesad/Cargo.toml index db87c0d..9041edb 100644 --- a/drivers/vesad/Cargo.toml +++ b/drivers/vesad/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" orbclient = "0.1" ransid = "0.2" rusttype = { git = "https://github.com/dylanede/rusttype.git", optional = true } -redox_syscall = "0.1" +redox_syscall = { path = "../../syscall" } [features] default = [] diff --git a/programs/ion b/programs/ion index 02c51e6..b0bb59a 160000 --- a/programs/ion +++ b/programs/ion @@ -1 +1 @@ -Subproject commit 02c51e6010c64f785c9331bd358bb51847dd89fc +Subproject commit b0bb59aad76fad07439f60bbdadb7a693e8fe859 diff --git a/programs/orbutils b/programs/orbutils index a57e84c..b7ba513 160000 --- a/programs/orbutils +++ b/programs/orbutils @@ -1 +1 @@ -Subproject commit a57e84c222a70c7b202fc4b00a7768906b3b4ee4 +Subproject commit b7ba51384d8d5ecf66d10c0e73e6bd3375e43913 diff --git a/programs/userutils b/programs/userutils index f27ed41..d765b38 160000 --- a/programs/userutils +++ b/programs/userutils @@ -1 +1 @@ -Subproject commit f27ed41bcb2fde923824e80f2a94eae28e6c211e +Subproject commit d765b381f83b59c57b52b6981c3ea946ebd891f7 diff --git a/rust b/rust index 0743694..01e8378 160000 --- a/rust +++ b/rust @@ -1 +1 @@ -Subproject commit 07436946b6ee6345509b73c6e4dafb38b6a243f1 +Subproject commit 01e837807095e99d68ecf9c0b38527288281dd02 diff --git a/schemes/orbital b/schemes/orbital index 46173c6..4b64b46 160000 --- a/schemes/orbital +++ b/schemes/orbital @@ -1 +1 @@ -Subproject commit 46173c6133a59995ab64de7040de527cbd5f935c +Subproject commit 4b64b46ae9195ad4172d4d5c0b81504ff6b40546 diff --git a/syscall b/syscall index 416fd22..77c4386 160000 --- a/syscall +++ b/syscall @@ -1 +1 @@ -Subproject commit 416fd2217466519eefbbfeecce5f94db915e784c +Subproject commit 77c43866dbd5275eaa5188b1fd5efadaee8530c3