@@ -15,12 +15,12 @@ crate-type = ["dylib"]
15
15
16
16
[dependencies ]
17
17
# These have to be in sync with each other
18
- cranelift-codegen = { version = " 0.90" , git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-3.0.0 " , features = [" unwind" , " all-arch" ] }
19
- cranelift-frontend = { version = " 0.90" , git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-3.0.0 " }
20
- cranelift-module = { version = " 0.90" , git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-3.0.0 " }
21
- cranelift-native = { version = " 0.90" , git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-3.0.0 " }
22
- cranelift-jit = { version = " 0.90" , git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-3.0.0 " , optional = true }
23
- cranelift-object = { version = " 0.90" , git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " release-3.0.0 " }
18
+ cranelift-codegen = { version = " 0.90" , features = [" unwind" , " all-arch" ] }
19
+ cranelift-frontend = " 0.90"
20
+ cranelift-module = " 0.90"
21
+ cranelift-native = " 0.90"
22
+ cranelift-jit = { version = " 0.90" , optional = true }
23
+ cranelift-object = " 0.90"
24
24
target-lexicon = " 0.12.0"
25
25
gimli = { version = " 0.26.0" , default-features = false , features = [" write" ]}
26
26
object = { version = " 0.29.0" , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
0 commit comments