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
It is obvious that cargo publish inside a workspace with multiple crates is not ready for prime time. #1169 details what is required. In particular, attempting to run cargo publish inside a workspace may lead to various problems, including, but not limited to, accidentally publishing crates. While I'm personally excited to see cargo gain the ability to publish a whole workspace, I think cargo should be defensive until the feature is mature.
The text was updated successfully, but these errors were encountered:
It is obvious that
cargo publish
inside a workspace with multiple crates is not ready for prime time. #1169 details what is required. In particular, attempting to runcargo publish
inside a workspace may lead to various problems, including, but not limited to, accidentally publishing crates. While I'm personally excited to see cargo gain the ability to publish a whole workspace, I think cargo should be defensive until the feature is mature.The text was updated successfully, but these errors were encountered: