Update syscall lib, update submodules and dependencies
This commit is contained in:
parent
a73d7e941f
commit
ced9a69b2a
|
@ -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" }
|
||||
|
|
|
@ -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 = []
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 02c51e6010c64f785c9331bd358bb51847dd89fc
|
||||
Subproject commit b0bb59aad76fad07439f60bbdadb7a693e8fe859
|
|
@ -1 +1 @@
|
|||
Subproject commit a57e84c222a70c7b202fc4b00a7768906b3b4ee4
|
||||
Subproject commit b7ba51384d8d5ecf66d10c0e73e6bd3375e43913
|
|
@ -1 +1 @@
|
|||
Subproject commit f27ed41bcb2fde923824e80f2a94eae28e6c211e
|
||||
Subproject commit d765b381f83b59c57b52b6981c3ea946ebd891f7
|
2
rust
2
rust
|
@ -1 +1 @@
|
|||
Subproject commit 07436946b6ee6345509b73c6e4dafb38b6a243f1
|
||||
Subproject commit 01e837807095e99d68ecf9c0b38527288281dd02
|
|
@ -1 +1 @@
|
|||
Subproject commit 46173c6133a59995ab64de7040de527cbd5f935c
|
||||
Subproject commit 4b64b46ae9195ad4172d4d5c0b81504ff6b40546
|
2
syscall
2
syscall
|
@ -1 +1 @@
|
|||
Subproject commit 416fd2217466519eefbbfeecce5f94db915e784c
|
||||
Subproject commit 77c43866dbd5275eaa5188b1fd5efadaee8530c3
|
Loading…
Reference in a new issue