Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a1037fa

Browse files
committed
Update Cranelift to 0.79.0
1 parent 9e755f4 commit a1037fa

File tree

2 files changed

+100
-34
lines changed

2 files changed

+100
-34
lines changed

Cargo.lock

Lines changed: 93 additions & 27 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,14 +8,14 @@ crate-type = ["dylib"]
88

99
[dependencies]
1010
# These have to be in sync with each other
11-
cranelift-codegen = { version = "0.78.0", features = ["unwind", "all-arch"] }
12-
cranelift-frontend = "0.78.0"
13-
cranelift-module = "0.78.0"
14-
cranelift-native = "0.78.0"
15-
cranelift-jit = { version = "0.78.0", optional = true }
16-
cranelift-object = "0.78.0"
11+
cranelift-codegen = { version = "0.79.0", features = ["unwind", "all-arch"] }
12+
cranelift-frontend = "0.79.0"
13+
cranelift-module = "0.79.0"
14+
cranelift-native = "0.79.0"
15+
cranelift-jit = { version = "0.79.0", optional = true }
16+
cranelift-object = "0.79.0"
1717
target-lexicon = "0.12.0"
18-
gimli = { version = "0.25.0", default-features = false, features = ["write"]}
18+
gimli = { version = "0.26.1", default-features = false, features = ["write"] }
1919
object = { version = "0.27.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" }

0 commit comments

Comments
 (0)