From 8bd0cf25336a085a3de2c87460b5cee891aea6aa Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 5 Oct 2018 16:52:13 -0700 Subject: [PATCH] Update to raw-cpuid 6.0.0. --- 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 da585be597..58a5234d59 100644 --- a/lib/native/Cargo.toml +++ b/lib/native/Cargo.toml @@ -13,7 +13,7 @@ cranelift-codegen = { path = "../codegen", version = "0.22.0", default-features target-lexicon = { version = "0.0.3", default-features = false } [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] -raw-cpuid = "5.0.0" +raw-cpuid = "6.0.0" [features] default = ["std"]