Skip to content

Commit 6c9a06e

Browse files
committed
Update Cranelift and object
1 parent 7a10059 commit 6c9a06e

File tree

2 files changed

+96
-42
lines changed

2 files changed

+96
-42
lines changed

Cargo.lock

Lines changed: 89 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ crate-type = ["dylib"]
88

99
[dependencies]
1010
# These have to be in sync with each other
11-
cranelift-codegen = { version = "0.83.0", features = ["unwind", "all-arch"] }
12-
cranelift-frontend = "0.83.0"
13-
cranelift-module = "0.83.0"
14-
cranelift-native = "0.83.0"
15-
cranelift-jit = { version = "0.83.0", optional = true }
16-
cranelift-object = "0.83.0"
11+
cranelift-codegen = { version = "0.84.0", features = ["unwind", "all-arch"] }
12+
cranelift-frontend = "0.84.0"
13+
cranelift-module = "0.84.0"
14+
cranelift-native = "0.84.0"
15+
cranelift-jit = { version = "0.84.0", optional = true }
16+
cranelift-object = "0.84.0"
1717
target-lexicon = "0.12.0"
1818
gimli = { version = "0.26.0", default-features = false, features = ["write"]}
19-
object = { version = "0.27.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
19+
object = { version = "0.28.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
2020

2121
ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg_clif_ranlib" }
2222
indexmap = "1.8.0"

0 commit comments

Comments
 (0)