Cleanup dependencies

This commit is contained in:
Jeremy Soller 2017-01-04 16:46:18 -07:00
parent ff06f2d19f
commit 477c7379ea
2 changed files with 3 additions and 3 deletions

View file

@ -6,5 +6,5 @@ version = "0.1.0"
bitflags = "*"
event = { path = "../../crates/event/" }
io = { path = "../../crates/io/" }
orbclient = "0.1"
orbclient = "0.2"
redox_syscall = { path = "../../syscall/" }

View file

@ -3,9 +3,9 @@ name = "vesad"
version = "0.1.0"
[dependencies]
orbclient = "0.1"
orbclient = "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" }
[features]