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 #8169 - ehuss:fix-resolve-warning, r=alexcrichton
Fix warning for `resolve` mismatch in workspace.
Using the new `resolve` field would cause a warning in a workspace that the member's resolve setting will be ignored, even if it is not set.
`warning: resolver for the non root package will be ignored, specify resolver at the workspace root:`
The code should only check the package member if the member's value is set.
0 commit comments