From c3423a6640090c58557f9cb86e22c50ebb67ca87 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 17 Dec 2016 13:47:31 -0800 Subject: [PATCH] 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. --- src/stage0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stage0.txt b/src/stage0.txt index 223974186b1df..2048f711c21a4 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