]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #6386 - ehuss:beta-try-old-curl, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 6 Dec 2018 22:47:52 +0000 (22:47 +0000)
committerbors <bors@rust-lang.org>
Thu, 6 Dec 2018 22:47:52 +0000 (22:47 +0000)
[BETA] Fix fetching crates on old versions of libcurl.

CURLOPT_PIPEWAIT was added in 7.43 but MacOS 10.9 has 7.30.

Fixes #6155

(I think this is worthy for beta since it makes cargo unusable on older versions of MacOS.)


Trivial merge