From fbd637e14283b0569799b07b4e86e54038deec17 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 23 Jun 2018 02:13:00 +0700 Subject: [PATCH] Update to raw-cpuid 4.0. (#369) --- lib/native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/native/Cargo.toml b/lib/native/Cargo.toml index 765c83f62d..18d92b43d4 100644 --- a/lib/native/Cargo.toml +++ b/lib/native/Cargo.toml @@ -12,7 +12,7 @@ cretonne-codegen = { path = "../codegen", version = "0.12.0", default-features = target-lexicon = { version = "0.0.2", default-features = false } [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] -raw-cpuid = "3.1.0" +raw-cpuid = "4" [features] default = ["std"]