]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #6086 - alexcrichton:build-plan-dev-deps, r=ehuss
authorbors <bors@rust-lang.org>
Mon, 24 Sep 2018 22:43:47 +0000 (22:43 +0000)
committerbors <bors@rust-lang.org>
Mon, 24 Sep 2018 22:43:47 +0000 (22:43 +0000)
Fix `--build-plan` with dev-dependencies

Regressed in #6005 it looks like the build plan requires all packages to
be downloaded rather than just those coming out of `unit_dependenices`,
so let's make sure to download everything!

Closes #6082


Trivial merge