diff options
| author | David Tolnay <dtolnay@gmail.com> | 2023-10-26 19:06:16 -0700 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2023-10-26 19:06:16 -0700 |
| commit | 0a82920b568d05f230ccdd0b84dc73229bfe650e (patch) | |
| tree | 688f460225d1ac272390eea10e6f34425afda18a | |
| parent | dab715641e96a61a534587fda9de1128b75b34dc (diff) | |
| download | rust-0a82920b568d05f230ccdd0b84dc73229bfe650e.tar.gz rust-0a82920b568d05f230ccdd0b84dc73229bfe650e.zip | |
Declare rustc_target dependency on object/macho
| -rw-r--r-- | compiler/rustc_target/Cargo.toml | 2 |
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"] |
