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:
committed by
Benjamin Bouvier
parent
d858ebb4aa
commit
bafd79330d
@@ -12,7 +12,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = { path = "../cranelift-codegen", version = "0.42.0", default-features = false }
|
||||
target-lexicon = "0.8.0"
|
||||
target-lexicon = "0.8.1"
|
||||
log = { version = "0.4.6", default-features = false }
|
||||
hashmap_core = { version = "0.1.9", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user