@@ -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.114 .0" , default-features = false , features = [" std" , " unwind" , " all-native-arch" ] }
12
- cranelift-frontend = { version = " 0.114 .0" }
13
- cranelift-module = { version = " 0.114 .0" }
14
- cranelift-native = { version = " 0.114 .0" }
15
- cranelift-jit = { version = " 0.114 .0" , optional = true }
16
- cranelift-object = { version = " 0.114 .0" }
11
+ cranelift-codegen = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-28.0.0 " , version = " 0.115 .0" , default-features = false , features = [" std" , " unwind" , " all-native-arch" ] }
12
+ cranelift-frontend = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-28.0.0 " , version = " 0.115 .0" }
13
+ cranelift-module = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-28.0.0 " , version = " 0.115 .0" }
14
+ cranelift-native = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-28.0.0 " , version = " 0.115 .0" }
15
+ cranelift-jit = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-28.0.0 " , version = " 0.115 .0" , optional = true }
16
+ cranelift-object = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-28.0.0 " , version = " 0.115 .0" }
17
17
target-lexicon = " 0.12.0"
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" ] }
0 commit comments