Update to raw-cpuid 4.0. (#369)

This commit is contained in:
Bruce Mitchener
2018-06-23 02:13:00 +07:00
committed by Dan Gohman
parent 979162522e
commit fbd637e142

View File

@@ -12,7 +12,7 @@ cretonne-codegen = { path = "../codegen", version = "0.12.0", default-features =
target-lexicon = { version = "0.0.2", default-features = false }
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
raw-cpuid = "3.1.0"
raw-cpuid = "4"
[features]
default = ["std"]