]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #38470 - alexcrichton:really-fix-osx, r=brson
authorAlex Crichton <alex@alexcrichton.com>
Tue, 20 Dec 2016 19:16:44 +0000 (11:16 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 20 Dec 2016 20:59:09 +0000 (12:59 -0800)
rustbuild: Update Cargo download location

I updated the beta compiler used to bootstrap the master branch in #38438 with
the intention of fixing Travis OSX linkage issues but I mistakenly forgot that
the PR only updated rustc, not Cargo itself. Cargo has a new release process
with downloads in a different location, so this commit updates rustbuild to
download from this new location by tracking revisions instead of Cargo nightly
dates.


Trivial merge