@@ -9,27 +9,27 @@ 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
- gimli = { version = " 0.23 .0" , default-features = false , features = [" write" ]}
20
- object = { version = " 0.23 .0" , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
19
+ gimli = { version = " 0.24 .0" , default-features = false , features = [" write" ]}
20
+ object = { version = " 0.24 .0" , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
21
21
22
22
ar = { git = " https://github.com/bjorn3/rust-ar.git" , branch = " do_not_remove_cg_clif_ranlib" }
23
23
indexmap = " 1.0.2"
24
24
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" }
32
- # cranelift-native = { path = ../wasmtime/cranelift/native" }
32
+ # cranelift-native = { path = " ../wasmtime/cranelift/native" }
33
33
# cranelift-jit = { path = "../wasmtime/cranelift/jit" }
34
34
# cranelift-object = { path = "../wasmtime/cranelift/object" }
35
35
@@ -70,13 +70,5 @@ debug = false
70
70
opt-level = 0
71
71
debug = false
72
72
73
- [profile .dev .package .syn ]
74
- opt-level = 0
75
- debug = false
76
-
77
- [profile .release .package .syn ]
78
- opt-level = 0
79
- debug = false
80
-
81
73
[package .metadata .rust-analyzer ]
82
74
rustc_private = true
0 commit comments