Skip to content

Commit 4492f32

Browse files
committed
Update Cranelift and object
1 parent ae1bcb2 commit 4492f32

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-23
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", bran
1717
cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }
1818
target-lexicon = "0.12.0"
1919
gimli = { version = "0.24.0", default-features = false, features = ["write"]}
20-
object = { version = "0.24.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
20+
object = { version = "0.25.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
2121

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

0 commit comments

Comments
 (0)