upgrade to latest target-lexicon 0.8.1

this fixes the compile for arm and aarch64

reported via https://github.com/CraneStation/cranelift/issues/977
This commit is contained in:
stefson
2019-09-06 12:16:22 +02:00
committed by Benjamin Bouvier
parent d858ebb4aa
commit bafd79330d
9 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ cranelift-bforest = { path = "../cranelift-bforest", version = "0.42.0", default
failure = { version = "0.1.1", default-features = false, features = ["derive"] }
failure_derive = { version = "0.1.1", default-features = false }
hashmap_core = { version = "0.1.9", optional = true }
target-lexicon = "0.8.0"
target-lexicon = "0.8.1"
log = { version = "0.4.6", default-features = false }
serde = { version = "1.0.94", features = ["derive"], optional = true }
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.