Auto merge of #5349 - bmwill:fetch-by-target, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 27 Apr 2018 15:36:16 +0000 (15:36 +0000)
committerbors <bors@rust-lang.org>
Fri, 27 Apr 2018 15:36:16 +0000 (15:36 +0000)
cargo-fetch: add option to fetch for a target

Teach cargo-fetch how to optionally fetch dependencies based on a target
platform by specifying the target triple via `--target <TRIPLE>`.

#5216

1  2 
src/cargo/core/compiler/mod.rs

Simple merge