Update target-lexicon to 0.4.0;

This commit is contained in:
Benjamin Bouvier
2019-03-27 11:31:57 +01:00
committed by Dan Gohman
parent cd8a42e01f
commit e6249b541d
9 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
cranelift-codegen = { path = "../cranelift-codegen", version = "0.30.0", default-features = false }
target-lexicon = { version = "0.3.0", default-features = false }
target-lexicon = { version = "0.4.0", default-features = false }
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
raw-cpuid = "6.0.0"