Skip to content

Commit d841192

Browse files
committed
fixup! update cranelift
1 parent 64fa316 commit d841192

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

Cargo.lock

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

Cargo.toml

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

99
[dependencies]
1010
# These have to be in sync with each other
11-
cranelift-codegen = { version = "0.111.0", default-features = false, features = ["std", "unwind"] }
12-
cranelift-frontend = { version = "0.111.0" }
13-
cranelift-module = { version = "0.111.0" }
14-
cranelift-native = { version = "0.111.0" }
15-
cranelift-jit = { version = "0.111.0", optional = true }
16-
cranelift-object = { version = "0.111.0" }
11+
cranelift-codegen = { version = "0.112.0", default-features = false, features = ["std", "unwind"] }
12+
cranelift-frontend = { version = "0.112.0" }
13+
cranelift-module = { version = "0.112.0" }
14+
cranelift-native = { version = "0.112.0" }
15+
cranelift-jit = { version = "0.112.0", optional = true }
16+
cranelift-object = { version = "0.112.0" }
1717
target-lexicon = "0.12.0"
18-
gimli = { version = "0.27", default-features = false, features = ["write"] }
18+
gimli = { version = "0.29", default-features = false, features = ["write"] }
1919
object = { version = "0.36", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
2020

21-
eh_frame_experiments = { git = "http://github.com/bjorn3/eh_frame_experiments.git" }
21+
eh_frame_experiments = { git = "http://github.com/bjorn3/eh_frame_experiments.git", branch = "update_gimli" }
2222
indexmap = "2.0.0"
2323
libloading = { version = "0.8.0", optional = true }
2424
smallvec = "1.8.1"
@@ -33,8 +33,6 @@ cranelift-native = { path = "../wasmtime/cranelift/native" }
3333
cranelift-jit = { path = "../wasmtime/cranelift/jit" }
3434
cranelift-object = { path = "../wasmtime/cranelift/object" }
3535

36-
gimli = { git = "https://github.com/bjorn3/gimli.git", branch = "bsc-unwinding-fix-lsda-encoding" }
37-
3836
#[patch."ssh://[email protected]/bjorn3/eh_frame_experiments.git"]
3937
#eh_frame_experiments = { path = "./eh_frame_experiments" }
4038

0 commit comments

Comments
 (0)