From: bors Date: Thu, 24 May 2018 18:30:29 +0000 (+0000) Subject: Auto merge of #5556 - alexcrichton:fix, r=matklad X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=22c0f22f5621f1b68558d80a0966d073b9b68932;p=cargo.git Auto merge of #5556 - alexcrichton:fix, r=matklad Copy `--all-features` request to all workspace members This fixes an accidental regression introduced in #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 #5518 [pr]: https://github.com/rust-lang/cargo/pull/5353 --- 22c0f22f5621f1b68558d80a0966d073b9b68932