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/" }