You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #12421 - fee1-dead-contrib:bindeps-registry2, r=ehuss
Support dependencies from registries for artifact dependencies, take 2
This is a continuation of #12062, and closes#10405.
r? `@ehuss`
Here are things this PR changes:
1. Add information about artifact dependencies to the index. This bumps index_v to 3 for people using bindeps.
2. Make `RustcTargetData` mutable for the feature resolver. This is so that we can query rustc for target info as late as resolving features, as that is when we really know if a package is really going to be used.
0 commit comments