Rollup merge of #38438 - alexcrichton:update-beta, r=brson

Update beta bootstrap compiler

The current beta that rustc is bootstrapping from contains a bug in Cargo that
erroneously links to OpenSSL in /usr/local, but this is fixed in the most recent
1.14 beta, so let's use that.
This commit is contained in:
Seo Sanghyeon 2016-12-19 16:59:43 +09:00 committed by GitHub
commit 9f18f25464

View File

@ -12,5 +12,5 @@
# tarball for a stable release you'll likely see `1.x.0-$date` where `1.x.0` was
# released on `$date`
rustc: beta-2016-11-16
rustc: beta-2016-12-16
cargo: nightly-2016-11-16