From 0343b94a14c8a7e46a7b9a40f04a1f97997374ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Thu, 27 Feb 2020 16:51:09 +0100 Subject: [PATCH] [beta] bootstrap from 1.41.1 stable 1.41.1 contains fixes to miscompilations, we should bootstrap from that to avoid potential hazards. --- src/stage0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stage0.txt b/src/stage0.txt index 99d2062d3f8ad..f25838ea822c5 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -12,8 +12,8 @@ # 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: 2020-01-30 -rustc: 1.41.0 +date: 2020-02-27 +rustc: 1.41.1 cargo: 0.42.0 # We use a nightly rustfmt to format the source because it solves some bootstrapping