Skip to content

Commit c2464eb

Browse files
committed
Update Cranelift, gimli and object
1 parent a2b17e4 commit c2464eb

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git" }
1616
cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", optional = true }
1717
cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git" }
1818
target-lexicon = "0.12.0"
19-
gimli = { version = "0.24.0", default-features = false, features = ["write"]}
20-
object = { version = "0.25.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
19+
gimli = { version = "0.25.0", default-features = false, features = ["write"]}
20+
object = { version = "0.26.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)