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
@@ -15,7 +15,7 @@ libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||
cranelift-codegen = { path = "../cranelift-codegen" }
|
||||
cranelift-wasm = { path = "../cranelift-wasm" }
|
||||
cranelift-reader = { path = "../cranelift-reader" }
|
||||
target-lexicon = "0.8.0"
|
||||
target-lexicon = "0.8.1"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
||||
Reference in New Issue
Block a user