From 33271998532f5d73d8e9022a466fd5ba5faca9a9 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Fri, 12 Oct 2018 19:37:24 +0200 Subject: [PATCH] beta: bump bootstrap compiler to 1.29.2 --- src/stage0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stage0.txt b/src/stage0.txt index b791a07f48e65..46089135e323f 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-09-13 -rustc: 1.29.0 +date: 2018-10-12 +rustc: 1.29.2 cargo: 0.30.0 # When making a stable release the process currently looks like: