]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/Cargo.toml
Auto merge of #98332 - oli-obk:assume, r=wesleywiser
[rust.git] / compiler / rustc_codegen_llvm / Cargo.toml
index f9a5463efcd8a97c5453f1e0cb4a7fa98bb334f5..74115353aaf76267fc9e82e0710b90c29b3a157c 100644 (file)
@@ -13,6 +13,7 @@ cstr = "0.2"
 libc = "0.2"
 libloading = "0.7.1"
 measureme = "10.0.0"
+object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "archive", "coff", "elf", "macho", "pe"] }
 tracing = "0.1"
 rustc_middle = { path = "../rustc_middle" }
 rustc-demangle = "0.1.21"