@@ -8,17 +8,17 @@ crate-type = ["dylib"]
8
8
9
9
[dependencies ]
10
10
# 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" }
17
17
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" ] }
19
19
object = { version = " 0.36" , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
20
20
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 " }
22
22
indexmap = " 2.0.0"
23
23
libloading = { version = " 0.8.0" , optional = true }
24
24
smallvec = " 1.8.1"
@@ -33,8 +33,6 @@ cranelift-native = { path = "../wasmtime/cranelift/native" }
33
33
cranelift-jit = { path = " ../wasmtime/cranelift/jit" }
34
34
cranelift-object = { path = " ../wasmtime/cranelift/object" }
35
35
36
- gimli = { git = " https://github.com/bjorn3/gimli.git" , branch = " bsc-unwinding-fix-lsda-encoding" }
37
-
38
36
# [patch."ssh://[email protected] /bjorn3/eh_frame_experiments.git"]
39
37
# eh_frame_experiments = { path = "./eh_frame_experiments" }
40
38
0 commit comments