From 39d931e70560e981f546f50600a29b7b3ccba4bc Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 7 Nov 2016 14:04:13 -0700 Subject: [PATCH] Update cpuid --- arch/x86_64/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" }