Update to raw-cpuid 6.0.0.

This commit is contained in:
Dan Gohman
2018-10-05 16:52:13 -07:00
parent be9d1c6d27
commit 8bd0cf2533

View File

@@ -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"]