From 5434f4dafa58dda32c440b762f6e54322ae1ae76 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 19 Apr 2018 17:09:39 -0700 Subject: [PATCH] Update to raw_cpuid 3.1.0. This hopefully fixes MSVC build issues; see #302. --- 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 2909fa8307..79fc6e7b6c 100644 --- a/lib/native/Cargo.toml +++ b/lib/native/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" cretonne-codegen = { path = "../codegen", version = "0.5.1" } [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] -raw-cpuid = "3.0.0" +raw-cpuid = "3.1.0" [badges] maintenance = { status = "experimental" }