diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-12-19 16:59:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-19 16:59:43 +0900 |
| commit | 9f18f25464f3d73c9d5942ef4823a4d0b77cbf2f (patch) | |
| tree | e59bef66f6b14d9963eaa1fb79892c4c66a07761 | |
| parent | 49cd809e7a376ddc5b03788a49b3555dbfff8b5e (diff) | |
| parent | c3423a6640090c58557f9cb86e22c50ebb67ca87 (diff) | |
| download | rust-9f18f25464f3d73c9d5942ef4823a4d0b77cbf2f.tar.gz rust-9f18f25464f3d73c9d5942ef4823a4d0b77cbf2f.zip | |
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.
| -rw-r--r-- | src/stage0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage0.txt b/src/stage0.txt index 223974186b1..2048f711c21 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -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 |
