Skip to content

Commit 0a82920

Browse files
committed
Declare rustc_target dependency on object/macho
1 parent dab7156 commit 0a82920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ rustc_index = { path = "../rustc_index" }
1919
[dependencies.object]
2020
version = "0.32.0"
2121
default-features = false
22-
features = ["elf"]
22+
features = ["elf", "macho"]

0 commit comments

Comments
 (0)