From 38b513dfd105f11c4efcd5f267caaeb321741d96 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 31 Aug 2017 18:04:36 -0700 Subject: [PATCH] [beta] Boostrap from released compilers No need to use dev any more! --- src/stage0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stage0.txt b/src/stage0.txt index b7b4909713a5d..76169f3725d5a 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: 2017-08-27 +date: 2017-08-31 rustc: 1.20.0 cargo: 0.21.0 @@ -34,4 +34,4 @@ cargo: 0.21.0 # looking at a beta source tarball and it's uncommented we'll shortly comment it # out. -dev: 1 +#dev: 1