@@ -9,12 +9,12 @@ crate-type = ["dylib"]
9
9
10
10
[dependencies ]
11
11
# These have to be in sync with each other
12
- cranelift-codegen = { git = " https://github.com/bytecodealliance/wasmtime/ " , branch = " main" , features = [" unwind" ] }
13
- cranelift-frontend = { git = " https://github.com/bytecodealliance/wasmtime/ " , branch = " main" }
14
- cranelift-module = { git = " https://github.com/bytecodealliance/wasmtime/ " , branch = " main" }
15
- cranelift-native = { git = " https://github.com/bytecodealliance/wasmtime/ " , branch = " main" }
16
- cranelift-jit = { git = " https://github.com/bytecodealliance/wasmtime/ " , branch = " main" , optional = true }
17
- cranelift-object = { git = " https://github.com/bytecodealliance/wasmtime/ " , branch = " main" }
12
+ cranelift-codegen = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " main" , features = [" unwind" ] }
13
+ cranelift-frontend = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " main" }
14
+ cranelift-module = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " main" }
15
+ cranelift-native = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " main" }
16
+ cranelift-jit = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " main" , optional = true }
17
+ cranelift-object = { git = " https://github.com/bytecodealliance/wasmtime.git " , branch = " main" }
18
18
target-lexicon = " 0.12.0"
19
19
gimli = { version = " 0.23.0" , default-features = false , features = [" write" ]}
20
20
object = { version = " 0.23.0" , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
@@ -25,7 +25,7 @@ libloading = { version = "0.6.0", optional = true }
25
25
smallvec = " 1.6.1"
26
26
27
27
# Uncomment to use local checkout of cranelift
28
- # [patch."https://github.com/bytecodealliance/wasmtime/ "]
28
+ # [patch."https://github.com/bytecodealliance/wasmtime.git "]
29
29
# cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
30
30
# cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
31
31
# cranelift-module = { path = "../wasmtime/cranelift/module" }
0 commit comments