From f833d25ad137ca1784b84442622dbedd8b15d10b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 13 Jul 2018 16:27:19 -0700 Subject: [PATCH] Add a comment mentioning why we're remaining at cpuid 3.x for now. --- lib/native/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/native/Cargo.toml b/lib/native/Cargo.toml index d0eec66679..a1c89a9f60 100644 --- a/lib/native/Cargo.toml +++ b/lib/native/Cargo.toml @@ -12,6 +12,7 @@ cranelift-codegen = { path = "../codegen", version = "0.14.0", default-features target-lexicon = { version = "0.0.2", 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" [features]