Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo publish should fail in a workspace #6716

Closed
npmccallum opened this issue Mar 4, 2019 · 1 comment
Closed

cargo publish should fail in a workspace #6716

npmccallum opened this issue Mar 4, 2019 · 1 comment
Labels
C-bug Category: bug

Comments

@npmccallum
Copy link
Contributor

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.

@npmccallum npmccallum added the C-bug Category: bug label Mar 4, 2019
@npmccallum
Copy link
Contributor Author

Apparently cargo already does this and I misunderstood the situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

1 participant