diff --git a/libstd b/libstd index e29b0cb..feb9181 160000 --- a/libstd +++ b/libstd @@ -1 +1 @@ -Subproject commit e29b0cbfc85f6dc644428d053539800c173f70f0 +Subproject commit feb9181a5a4d81f85aa548cc131c5ff33ae7d9a8 diff --git a/programs/orbutils b/programs/orbutils index 8e47a58..ace2ad7 160000 --- a/programs/orbutils +++ b/programs/orbutils @@ -1 +1 @@ -Subproject commit 8e47a588aaadbcfec90a659a347f6bd208211355 +Subproject commit ace2ad75aed00cb97e6b33b70ffdff7c422e932e diff --git a/programs/userutils b/programs/userutils index 24859cb..7511f6d 160000 --- a/programs/userutils +++ b/programs/userutils @@ -1 +1 @@ -Subproject commit 24859cb7a68849d03ece0525d876f77a71ba7d89 +Subproject commit 7511f6dd5a5dafc948288e5aacd3298d37d5388a diff --git a/schemes/tcpd/Cargo.toml b/schemes/tcpd/Cargo.toml index 0954e4b..5b565b3 100644 --- a/schemes/tcpd/Cargo.toml +++ b/schemes/tcpd/Cargo.toml @@ -5,5 +5,5 @@ version = "0.1.0" [dependencies] event = { path = "../../crates/event/" } netutils = { path = "../../programs/netutils/" } -rand = { git = "https://github.com/redox-os/rand.git" } +rand = { git = "https://github.com/redox-os/rand.git", branch = "redox" } redox_syscall = { path = "../../syscall/" } diff --git a/schemes/udpd/Cargo.toml b/schemes/udpd/Cargo.toml index d19a81f..4605aa6 100644 --- a/schemes/udpd/Cargo.toml +++ b/schemes/udpd/Cargo.toml @@ -5,5 +5,5 @@ version = "0.1.0" [dependencies] event = { path = "../../crates/event/" } netutils = { path = "../../programs/netutils/" } -rand = { git = "https://github.com/redox-os/rand.git" } +rand = { git = "https://github.com/redox-os/rand.git", branch = "redox" } redox_syscall = { path = "../../syscall/" }