]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #3125 - mbrubeck:dev-deps, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 27 Sep 2016 23:50:36 +0000 (16:50 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Sep 2016 23:50:36 +0000 (16:50 -0700)
Build transitive dev-dependencies when needed

When running `cargo test -p foo` where `foo` is a crate in the current workspace, build and link `foo`'s dev-dependencies. Fixes #860.


Trivial merge