Update cpuid

This commit is contained in:
Jeremy Soller 2016-11-07 14:04:13 -07:00
parent 7fa413019f
commit 39d931e705

View file

@ -6,7 +6,7 @@ version = "0.1.0"
bitflags = "*"
hole_list_allocator = { path = "../../crates/hole_list_allocator/" }
io = { path = "../../crates/io/" }
raw-cpuid = "*"
raw-cpuid = { git = "https://github.com/gz/rust-cpuid" }
spin = "*"
redox_syscall = { path = "../../syscall/" }