@@ -8,14 +8,14 @@ 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" , " all-arch " ] }
11
+ cranelift-codegen = { version = " 0.111.0" , default-features = false , features = [" std" , " unwind" ] }
12
12
cranelift-frontend = { version = " 0.111.0" }
13
13
cranelift-module = { version = " 0.111.0" }
14
14
cranelift-native = { version = " 0.111.0" }
15
15
cranelift-jit = { version = " 0.111.0" , optional = true }
16
16
cranelift-object = { version = " 0.111.0" }
17
17
target-lexicon = " 0.12.0"
18
- gimli = { version = " 0.29 " , default-features = false , features = [" write" ] }
18
+ gimli = { version = " 0.27 " , 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
21
indexmap = " 2.0.0"
@@ -24,12 +24,12 @@ smallvec = "1.8.1"
24
24
25
25
[patch .crates-io ]
26
26
# Uncomment to use local checkout of cranelift
27
- # cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
28
- # cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
29
- # cranelift-module = { path = "../wasmtime/cranelift/module" }
30
- # cranelift-native = { path = "../wasmtime/cranelift/native" }
31
- # cranelift-jit = { path = "../wasmtime/cranelift/jit" }
32
- # cranelift-object = { path = "../wasmtime/cranelift/object" }
27
+ cranelift-codegen = { path = " ../wasmtime/cranelift/codegen" }
28
+ cranelift-frontend = { path = " ../wasmtime/cranelift/frontend" }
29
+ cranelift-module = { path = " ../wasmtime/cranelift/module" }
30
+ cranelift-native = { path = " ../wasmtime/cranelift/native" }
31
+ cranelift-jit = { path = " ../wasmtime/cranelift/jit" }
32
+ cranelift-object = { path = " ../wasmtime/cranelift/object" }
33
33
34
34
# gimli = { path = "../" }
35
35
0 commit comments