From 2cdd9f8e52b267f02d1dacad4862823f341951a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 14 Oct 2018 00:47:24 +0200 Subject: [PATCH] bump bootstrap compiler to rustc beta 2018-10-13 beta was switched to bootstrap from stable 1.29.2 since 1.29.2 got the aliasing bug workaround. For extra sanity we should probably bootstrap from a beta that was built with these fixed appied in the host compiler. --- src/stage0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stage0.txt b/src/stage0.txt index f0967d1ba8ae..6e931a84bacb 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -12,7 +12,7 @@ # source tarball for a stable release you'll likely see `1.x.0` for rustc and # `0.x.0` for Cargo where they were released on `date`. -date: 2018-09-23 +date: 2018-10-13 rustc: beta cargo: beta