Update cpuid
This commit is contained in:
parent
7fa413019f
commit
39d931e705
|
@ -6,7 +6,7 @@ version = "0.1.0"
|
||||||
bitflags = "*"
|
bitflags = "*"
|
||||||
hole_list_allocator = { path = "../../crates/hole_list_allocator/" }
|
hole_list_allocator = { path = "../../crates/hole_list_allocator/" }
|
||||||
io = { path = "../../crates/io/" }
|
io = { path = "../../crates/io/" }
|
||||||
raw-cpuid = "*"
|
raw-cpuid = { git = "https://github.com/gz/rust-cpuid" }
|
||||||
spin = "*"
|
spin = "*"
|
||||||
redox_syscall = { path = "../../syscall/" }
|
redox_syscall = { path = "../../syscall/" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue