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
Think I know why this one is happening (unintended side effect of #3664)
tokio-codec is a member of the top level workspace, but it's also separately consumed from crates.io by other dependencies in the broader dependency tree as seen in the cargo metadata output.
The check used for the All strategy is incorrectly including those non-local dependencies because the non-local dependency name (tokio-codec) also happens to match the name of a workspace member. Augmenting that check should resolve this issue
https://dev.azure.com/tokio-rs/Tokio/_build/results?buildId=1748&view=logs
toolchain: nightly-2019-08-01, (Probably nightly-2019-07-18 and later, it didn't happen in nightly-2019-07-17 or earlier versions)
The text was updated successfully, but these errors were encountered: