Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Use a published version of object
Browse files Browse the repository at this point in the history
This allows publishing `cranelift-object` since it no longer depends on
a git version of a dependency.

See #1254 for
context.
  • Loading branch information
jyn514 authored and bnjbvr committed Dec 2, 2019
1 parent 991fa66 commit 12ddd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 12ddd46

Please sign in to comment.