From e99cb0c00bb021b7f4931e70674804c01ca04be6 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Wed, 15 May 2019 17:46:28 -0600 Subject: [PATCH 1/2] Comment out dev key in stage0.txt --- src/stage0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stage0.txt b/src/stage0.txt index f11ed6b89b451..4c1bb2dac6570 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -34,4 +34,4 @@ cargo: 0.35.0 # looking at a beta source tarball and it's uncommented we'll shortly comment it # out. -dev: 1 +#dev: 1 From 315287c8be697fbf1af6b3f001a7fb490c7df469 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Wed, 15 May 2019 17:59:22 -0600 Subject: [PATCH 2/2] Update bootstrap compiler to 1.34.2 --- src/stage0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stage0.txt b/src/stage0.txt index 4c1bb2dac6570..1d78fbb17b6f7 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: 2019-04-08 -rustc: 1.34.0 +date: 2019-05-14 +rustc: 1.34.2 cargo: 0.35.0 # When making a stable release the process currently looks like: