From: bors Date: Thu, 15 Mar 2018 20:17:46 +0000 (+0000) Subject: Auto merge of #5188 - alexcrichton:urgh-again, r=matklad X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6bdb5c5a46cd7bfaae0fe133c33f2b1449d03e67;p=cargo.git Auto merge of #5188 - alexcrichton:urgh-again, r=matklad Add a synthetic dependency on num-traits Right now the rust-lang/rust integration is compiling Cargo twice on dist builds, once for Cargo and once for the RLS. This is due to a dependency of Cargo being recompiled with different features when used from the RLS or not. For now paper over this problem with a synthetic dependency to prevent Cargo from being compiled twice. --- 6bdb5c5a46cd7bfaae0fe133c33f2b1449d03e67