diff --git a/arch/x86_64/Cargo.toml b/arch/x86_64/Cargo.toml index 23d724a..695a907 100644 --- a/arch/x86_64/Cargo.toml +++ b/arch/x86_64/Cargo.toml @@ -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/" }