Update target-lexicon to 0.10

This commit is contained in:
Philip Craig
2019-12-30 19:31:47 +10:00
committed by Benjamin Bouvier
parent 04d233301c
commit 43f1e05156
12 changed files with 24 additions and 19 deletions

View File

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