Declare rustc_target dependency on object/macho
This commit is contained in:
parent
dab715641e
commit
0a82920b56
@ -19,4 +19,4 @@ rustc_index = { path = "../rustc_index" }
|
|||||||
[dependencies.object]
|
[dependencies.object]
|
||||||
version = "0.32.0"
|
version = "0.32.0"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["elf"]
|
features = ["elf", "macho"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user