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

manifest: Be more specific about not supporting multiple packages yet #21

Merged
merged 1 commit into from
Mar 29, 2022

Conversation

MarijnS95
Copy link
Member

When running cargo-subcommand without -p package selection against a workspace currently only the first found package is returned. This should be implemented over time to return all packages (and artifacts adhering to target selection), but return a more specific error for the time being instead of making it seem like there's only one package.

When running `cargo-subcommand` without `-p` package selection against a
workspace currently only the first found package is returned.  This
should be implemented over time to return all packages (and artifacts
adhering to target selection), but return a more specific error for the
time being instead of making it seem like there's only one package.
@MarijnS95 MarijnS95 merged commit 651e392 into master Mar 29, 2022
@MarijnS95 MarijnS95 deleted the multi-packages branch March 29, 2022 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants