From 3cd7b77c41eed5ed0ab1991e127067dfc3cfac3c Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Fri, 27 Jul 2018 14:18:23 +0200 Subject: [PATCH] bump bootstrap compiler to 1.27.2 --- src/stage0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stage0.txt b/src/stage0.txt index 10478bd74d5..731076312c6 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: 2018-06-21 -rustc: 1.27.0 +date: 2018-07-20 +rustc: 1.27.2 cargo: 0.28.0 # When making a stable release the process currently looks like: