Specify crates.io versions, update rust, cleanup modules

This commit is contained in:
Jeremy Soller 2017-01-13 15:10:43 -07:00
parent 8a6d99e3f4
commit fc0e54ac68
21 changed files with 18 additions and 69 deletions

View file

@ -3,5 +3,5 @@ name = "randd"
version = "0.1.0"
[dependencies]
raw-cpuid = "2.*"
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
raw-cpuid = "2.0"
redox_syscall = "0.1"