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
@@ -38,7 +38,7 @@ serde = "1.0.8"
|
||||
term = "0.6.1"
|
||||
capstone = { version = "0.6.0", optional = true }
|
||||
wabt = { version = "0.9.1", optional = true }
|
||||
target-lexicon = "0.8.0"
|
||||
target-lexicon = "0.8.1"
|
||||
pretty_env_logger = "0.3.0"
|
||||
file-per-thread-logger = "0.1.2"
|
||||
indicatif = "0.11.0"
|
||||
|
||||
Reference in New Issue
Block a user