diff --git a/cranelift/object/Cargo.toml b/cranelift/object/Cargo.toml index 0a16f50cd9..fd79e74790 100644 --- a/cranelift/object/Cargo.toml +++ b/cranelift/object/Cargo.toml @@ -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]