about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-10-26 19:06:16 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-10-26 19:06:16 -0700
commit0a82920b568d05f230ccdd0b84dc73229bfe650e (patch)
tree688f460225d1ac272390eea10e6f34425afda18a
parentdab715641e96a61a534587fda9de1128b75b34dc (diff)
downloadrust-0a82920b568d05f230ccdd0b84dc73229bfe650e.tar.gz
rust-0a82920b568d05f230ccdd0b84dc73229bfe650e.zip
Declare rustc_target dependency on object/macho
-rw-r--r--compiler/rustc_target/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/Cargo.toml b/compiler/rustc_target/Cargo.toml
index a91eb41b18a..779d03cd094 100644
--- a/compiler/rustc_target/Cargo.toml
+++ b/compiler/rustc_target/Cargo.toml
@@ -19,4 +19,4 @@ rustc_index = { path = "../rustc_index" }
 [dependencies.object]
 version = "0.32.0"
 default-features = false
-features = ["elf"]
+features = ["elf", "macho"]