Cleanup dependencies
This commit is contained in:
parent
ff06f2d19f
commit
477c7379ea
|
@ -6,5 +6,5 @@ version = "0.1.0"
|
||||||
bitflags = "*"
|
bitflags = "*"
|
||||||
event = { path = "../../crates/event/" }
|
event = { path = "../../crates/event/" }
|
||||||
io = { path = "../../crates/io/" }
|
io = { path = "../../crates/io/" }
|
||||||
orbclient = "0.1"
|
orbclient = "0.2"
|
||||||
redox_syscall = { path = "../../syscall/" }
|
redox_syscall = { path = "../../syscall/" }
|
||||||
|
|
|
@ -3,9 +3,9 @@ name = "vesad"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
orbclient = "0.1"
|
orbclient = "0.2"
|
||||||
ransid = "0.2"
|
ransid = "0.2"
|
||||||
rusttype = { git = "https://github.com/dylanede/rusttype.git", optional = true }
|
rusttype = { version = "0.2", optional = true }
|
||||||
redox_syscall = { path = "../../syscall" }
|
redox_syscall = { path = "../../syscall" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue