]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/Cargo.toml
dedup assembly
[rust.git] / compiler / rustc_codegen_llvm / Cargo.toml
index 0ad39c24025fd6ba8e8b19642f45b0836bf2386c..93d6234dc884550875cf4aef0b3ce89dc2250f5d 100644 (file)
@@ -11,7 +11,7 @@ bitflags = "1.0"
 cstr = "0.2"
 libc = "0.2"
 measureme = "10.0.0"
-object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "archive", "coff", "elf", "macho", "pe"] }
+object = { version = "0.29.0", default-features = false, features = ["std", "read"] }
 tracing = "0.1"
 rustc_middle = { path = "../rustc_middle" }
 rustc-demangle = "0.1.21"