Update to use upstream libc and rand
This commit is contained in:
parent
28ebdf0de7
commit
01d2c8d0f2
|
@ -4,8 +4,5 @@ version = "0.1.0"
|
|||
|
||||
[dependencies]
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
rustc-serialize = { git ="https://github.com/rust-lang-nursery/rustc-serialize.git" }
|
||||
rustc-serialize = "0.3"
|
||||
toml = "*"
|
||||
|
||||
[replace]
|
||||
"rustc-serialize:0.3.19" = { git = "https://github.com/rust-lang-nursery/rustc-serialize.git" }
|
||||
|
|
2
libstd
2
libstd
|
@ -1 +1 @@
|
|||
Subproject commit e44c9bb65b18ac0fd2e32969de259cc17f055900
|
||||
Subproject commit c98bf6a5038229eb7eda07068f6d5d6c0b061253
|
|
@ -15,4 +15,4 @@ libc = { path = "libc" }
|
|||
unwind = { path = "unwind" }
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
|
||||
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
|
||||
|
|
|
@ -10,4 +10,4 @@ default-features = false
|
|||
features = ["allocator"]
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
|
||||
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 43f027a164fd550831f6e9fa9a5db393541bcbe9
|
||||
Subproject commit c62f89fc47a6c7602d58f8fbbd8bb263d6f0f2d5
|
|
@ -1 +1 @@
|
|||
Subproject commit b0bb59aad76fad07439f60bbdadb7a693e8fe859
|
||||
Subproject commit 852a1170487053f4f6f29a5b2647e68fd4e78a21
|
|
@ -1 +1 @@
|
|||
Subproject commit 995da40709987b9b380dd08349a4e2a4180198d0
|
||||
Subproject commit c212d152400f2f1579651d9e73ee2c38ce068318
|
|
@ -1 +1 @@
|
|||
Subproject commit 73faffa7d5319f4198dfa6a8801e227c4de7421e
|
||||
Subproject commit ce3fba39b4261af39ab353631c43ad9ea92e1ebd
|
|
@ -1 +1 @@
|
|||
Subproject commit 30187e1c64805672281bb6c7b6fac0ca4b0c3a27
|
||||
Subproject commit 69a21ddd1fcad95ea0e04a0bdde90d326e54fb92
|
|
@ -5,8 +5,8 @@ version = "0.1.0"
|
|||
[dependencies]
|
||||
event = { path = "../../crates/event/" }
|
||||
netutils = { path = "../../programs/netutils/" }
|
||||
rand = { git = "https://github.com/redox-os/rand.git", branch = "redox" }
|
||||
rand = { git = "https://github.com/rust-lang-nursery/rand.git" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
|
||||
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
|
||||
|
|
|
@ -5,8 +5,8 @@ version = "0.1.0"
|
|||
[dependencies]
|
||||
event = { path = "../../crates/event/" }
|
||||
netutils = { path = "../../programs/netutils/" }
|
||||
rand = { git = "https://github.com/redox-os/rand.git", branch = "redox" }
|
||||
rand = { git = "https://github.com/rust-lang-nursery/rand.git" }
|
||||
redox_syscall = { path = "../../syscall/" }
|
||||
|
||||
[replace]
|
||||
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
|
||||
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
|
||||
|
|
Loading…
Reference in a new issue