@@ -8,15 +8,15 @@ crate-type = ["dylib"]
88
99[dependencies ]
1010# 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"
1717target-lexicon = " 0.12.0"
1818gimli = { 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" ] }
2020
2121ar = { git = " https://github.com/bjorn3/rust-ar.git" , branch = " do_not_remove_cg_clif_ranlib" }
2222indexmap = " 1.8.0"
0 commit comments