build: update everything to target-lexicon 0.9;
This commit is contained in:
@@ -11,8 +11,8 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cranelift-module = { path = "../cranelift-module", version = "0.48.0" }
|
||||
object = { version = "0.15.0", default-features = false, features = ["write"] }
|
||||
target-lexicon = "0.8.1"
|
||||
object = { git = "https://github.com/gimli-rs/object", rev = "cba3ed4932e4c594c5eab4f5ef6c51838f4a5056", default-features = false, features = ["write"] }
|
||||
target-lexicon = "0.9"
|
||||
|
||||
[dependencies.cranelift-codegen]
|
||||
path = "../cranelift-codegen"
|
||||
|
||||
Reference in New Issue
Block a user