@@ -8,15 +8,15 @@ crate-type = ["dylib"]
8
8
9
9
[dependencies ]
10
10
# These have to be in sync with each other
11
- cranelift-codegen = { version = " 0.83 .0" , features = [" unwind" , " all-arch" ] }
12
- cranelift-frontend = " 0.83 .0"
13
- cranelift-module = " 0.83 .0"
14
- cranelift-native = " 0.83 .0"
15
- cranelift-jit = { version = " 0.83 .0" , optional = true }
16
- cranelift-object = " 0.83 .0"
11
+ cranelift-codegen = { version = " 0.84 .0" , features = [" unwind" , " all-arch" ] }
12
+ cranelift-frontend = " 0.84 .0"
13
+ cranelift-module = " 0.84 .0"
14
+ cranelift-native = " 0.84 .0"
15
+ cranelift-jit = { version = " 0.84 .0" , optional = true }
16
+ cranelift-object = " 0.84 .0"
17
17
target-lexicon = " 0.12.0"
18
18
gimli = { version = " 0.26.0" , default-features = false , features = [" write" ]}
19
- object = { version = " 0.27 .0" , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
19
+ object = { version = " 0.28 .0" , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
20
20
21
21
ar = { git = " https://github.com/bjorn3/rust-ar.git" , branch = " do_not_remove_cg_clif_ranlib" }
22
22
indexmap = " 1.8.0"
0 commit comments