From c05d8ae05a32e82823f80d4e20798a961b1e76cc Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Mon, 24 Aug 2020 16:36:10 +0200 Subject: [PATCH] stage0: use production artifacts --- src/stage0.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/stage0.txt b/src/stage0.txt index 2c87531eb96b3..1594dc93b0c45 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -12,9 +12,9 @@ # source tarball for a stable release you'll likely see `1.x.0` for rustc and # `0.(x+1).0` for Cargo where they were released on `date`. -date: 2020-07-13 -rustc: 1.45.0 -cargo: 0.46.0 +date: 2020-08-03 +rustc: 1.45.2 +cargo: 0.46.1 # We use a nightly rustfmt to format the source because it solves some # bootstrapping issues with use of new syntax in this repo. If you're looking at @@ -40,4 +40,4 @@ cargo: 0.46.0 # looking at a beta source tarball and it's uncommented we'll shortly comment it # out. -dev: 1 +#dev: 1