Use a published version of object
This allows publishing `cranelift-object` since it no longer depends on a git version of a dependency. See https://github.com/bytecodealliance/cranelift/issues/1254 for context.
This commit is contained in:
committed by
Benjamin Bouvier
parent
dbdeb788f0
commit
eac124970c
@@ -11,7 +11,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cranelift-module = { path = "../cranelift-module", version = "0.51.0" }
|
||||
object = { git = "https://github.com/gimli-rs/object", rev = "cba3ed4932e4c594c5eab4f5ef6c51838f4a5056", default-features = false, features = ["write"] }
|
||||
object = { version = "0.16", default-features = false, features = ["write"] }
|
||||
target-lexicon = "0.9"
|
||||
|
||||
[dependencies.cranelift-codegen]
|
||||
|
||||
Reference in New Issue
Block a user