Declare rustc_target dependency on object/macho

This commit is contained in:
David Tolnay 2023-10-26 19:06:16 -07:00
parent dab715641e
commit 0a82920b56
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -19,4 +19,4 @@ rustc_index = { path = "../rustc_index" }
[dependencies.object]
version = "0.32.0"
default-features = false
features = ["elf"]
features = ["elf", "macho"]