Skip to content

Commit 02b7cdc

Browse files
committed
Update Cranelift and object
1 parent ee2addd commit 02b7cdc

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cranelift-simplejit = { git = "https://github.com/bytecodealliance/wasmtime/", b
1616
cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime/", branch = "main" }
1717
target-lexicon = "0.10.0"
1818
gimli = { version = "0.21.0", default-features = false, features = ["write"]}
19-
object = { version = "0.20.0", default-features = false, features = ["read", "std", "write"] }
19+
object = { version = "0.21.1", default-features = false, features = ["read", "std", "write"] }
2020

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

0 commit comments

Comments
 (0)