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

Copy --all-features request to all workspace members #5556

Merged
merged 1 commit into from
May 24, 2018

Commits on May 21, 2018

  1. Copy --all-features request to all workspace members

    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
    alexcrichton committed May 21, 2018
    Configuration menu
    Copy the full SHA
    a70d519 View commit details
    Browse the repository at this point in the history