From c8350f4e8ff167cee121a9eea6ec854245221b93 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 1 Aug 2018 14:06:16 -0700 Subject: [PATCH] Update to raw-cpuid 5.0.0. --- lib/native/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/native/Cargo.toml b/lib/native/Cargo.toml index e9ce77ed4d..20c3909d7a 100644 --- a/lib/native/Cargo.toml +++ b/lib/native/Cargo.toml @@ -12,8 +12,7 @@ cranelift-codegen = { path = "../codegen", version = "0.17.0", default-features target-lexicon = { version = "0.0.3", default-features = false } [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] -# Due to https://github.com/gz/rust-cpuid/issues/27, stay at 3.x for now. -raw-cpuid = "3.1.0" +raw-cpuid = "5.0.0" [features] default = ["std"]