-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[beta] Copy --all-features
request to all workspace members
#5567
Conversation
This fixes an accidental regression introduced in rust-lang#5012 where the `--all-features` CLI flag was only propagated to the "main crate" as opposed to all workspace packages. This behavior has [already been deemed][pr] as "basically not what you want", but for now it's best to avoid the regression. Closes rust-lang#5518 [pr]: rust-lang#5353
r? @matklad (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 3bb99cc has been approved by |
⌛ Testing commit 3bb99cc with merge 913715801a6ff6d794b7932a5fae212224e0163d... |
💔 Test failed - status-travis |
@bors: r+ |
📌 Commit 7eb5665 has been approved by |
[beta] Copy `--all-features` request to all workspace members Backport of #5556
☀️ Test successful - status-appveyor, status-travis |
- rust-lang/cargo#5577 - revert rust-lang/cargo#5461 (Support crate renames in `cargo metadata`) - rust-lang/cargo#5567 - Copy `--all-features` request to all workspace members
[BETA] Update Cargo - rust-lang/cargo#5577 - revert rust-lang/cargo#5461 (Support crate renames in `cargo metadata`) - rust-lang/cargo#5567 - Copy `--all-features` request to all workspace members
Backport of #5556