Merge pull request #5 from tones111/cpuid_panic

Prevent cpuid get_extended_function_info panic
This commit is contained in:
Jeremy Soller
2017-03-16 22:15:02 -06:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ version = "0.1.0"
[dependencies]
alloc_kernel = { path = "../../alloc_kernel/" }
bitflags = "0.7"
raw-cpuid = "2.0"
raw-cpuid = { git = "https://github.com/gz/rust-cpuid", branch = "master" }
spin = "0.4"
redox_syscall = "0.1"