From: bors Date: Wed, 26 Oct 2016 00:00:14 +0000 (-0700) Subject: Auto merge of #3217 - alexcrichton:fix-regression, r=brson X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~30 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be010b545fef76858ad74a5f4a188e42e1fffb91;p=cargo.git Auto merge of #3217 - alexcrichton:fix-regression, r=brson Ignore summaries in downloaded crates Unfortunately historical Cargo bugs have made it such that the index sometimes differs from the actual crate we download. Let's respect the index, however, which should be our source of truth. Closes #3214 --- be010b545fef76858ad74a5f4a188e42e1fffb91