Bump Cranelift to 0.49.0 and target-lexicon to 0.9.0. (#499)
This commit bumps Cranelift to 0.49.0 and target-lexicon to 0.9.0 to fix the failing build to due an updated faerie crate that violated semver with an updated 0.9.0 target-lexicon dependency. Fixes #491.
This commit is contained in:
@@ -18,7 +18,7 @@ memoffset = "0.5.1"
|
||||
itertools = "0.8"
|
||||
capstone = "0.6.0"
|
||||
thiserror = "1.0.4"
|
||||
cranelift-codegen = { version = "0.47" }
|
||||
cranelift-codegen = { version = "0.49" }
|
||||
multi_mut = "0.1"
|
||||
either = "1.5"
|
||||
typemap = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user