Update to raw_cpuid 3.1.0.

This hopefully fixes MSVC build issues; see #302.
This commit is contained in:
Dan Gohman
2018-04-19 17:09:39 -07:00
parent bce8af97e3
commit 5434f4dafa

View File

@@ -11,7 +11,7 @@ readme = "README.md"
cretonne-codegen = { path = "../codegen", version = "0.5.1" } cretonne-codegen = { path = "../codegen", version = "0.5.1" }
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
raw-cpuid = "3.0.0" raw-cpuid = "3.1.0"
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }