@@ -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.86.1 " , features = [" unwind" , " all-arch" ] }
12- cranelift-frontend = " 0.86.1 "
13- cranelift-module = " 0.86.1 "
14- cranelift-native = " 0.86.1 "
15- cranelift-jit = { version = " 0.86.1 " , optional = true }
16- cranelift-object = " 0.86.1 "
11+ cranelift-codegen = { version = " 0.87.0 " , features = [" unwind" , " all-arch" ] }
12+ cranelift-frontend = " 0.87.0 "
13+ cranelift-module = " 0.87.0 "
14+ cranelift-native = " 0.87.0 "
15+ cranelift-jit = { version = " 0.87.0 " , optional = true }
16+ cranelift-object = " 0.87.0 "
1717target-lexicon = " 0.12.0"
1818gimli = { version = " 0.26.0" , default-features = false , features = [" write" ]}
19- object = { version = " 0.28 .0" , default-features = false , features = [" std" , " read_core" , " write" , " archive" , " coff" , " elf" , " macho" , " pe" ] }
19+ object = { version = " 0.29 .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.9.1"
0 commit comments