diff --git a/lib/native/Cargo.toml b/lib/native/Cargo.toml index 765c83f62d..18d92b43d4 100644 --- a/lib/native/Cargo.toml +++ b/lib/native/Cargo.toml @@ -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"]