@@ -8,12 +8,12 @@ crate-type = ["dylib"]
8
8
9
9
[dependencies ]
10
10
# These have to be in sync with each other
11
- cranelift-codegen = { version = " 0.119 .0" , default-features = false , features = [" std" , " timing" , " unwind" , " all-native-arch" ] }
12
- cranelift-frontend = { version = " 0.119 .0" }
13
- cranelift-module = { version = " 0.119 .0" }
14
- cranelift-native = { version = " 0.119 .0" }
15
- cranelift-jit = { version = " 0.119 .0" , optional = true }
16
- cranelift-object = { version = " 0.119 .0" }
11
+ cranelift-codegen = { version = " 0.120 .0" , default-features = false , features = [" std" , " timing" , " unwind" , " all-native-arch" ] }
12
+ cranelift-frontend = { version = " 0.120 .0" }
13
+ cranelift-module = { version = " 0.120 .0" }
14
+ cranelift-native = { version = " 0.120 .0" }
15
+ cranelift-jit = { version = " 0.120 .0" , optional = true }
16
+ cranelift-object = { version = " 0.120 .0" }
17
17
target-lexicon = " 0.13"
18
18
gimli = { version = " 0.31" , default-features = false , features = [" write" ] }
19
19
object = { version = " 0.36" , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
@@ -24,12 +24,12 @@ smallvec = "1.8.1"
24
24
25
25
[patch .crates-io ]
26
26
# Uncomment to use an unreleased version of cranelift
27
- cranelift-codegen = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " release-32.0.0 " , version = " 0.119 .0" }
28
- cranelift-frontend = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " release-32.0.0 " , version = " 0.119 .0" }
29
- cranelift-module = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " release-32.0.0 " , version = " 0.119 .0" }
30
- cranelift-native = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " release-32.0.0 " , version = " 0.119 .0" }
31
- cranelift-jit = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " release-32.0.0 " , version = " 0.119 .0" }
32
- cranelift-object = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " release-32.0.0 " , version = " 0.119 .0" }
27
+ cranelift-codegen = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main " , version = " 0.120 .0" }
28
+ cranelift-frontend = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main " , version = " 0.120 .0" }
29
+ cranelift-module = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main " , version = " 0.120 .0" }
30
+ cranelift-native = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main " , version = " 0.120 .0" }
31
+ cranelift-jit = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main " , version = " 0.120 .0" }
32
+ cranelift-object = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main " , version = " 0.120 .0" }
33
33
34
34
# Uncomment to use local checkout of cranelift
35
35
# cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
0 commit comments