about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2021-03-26 11:25:48 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2021-04-04 12:53:00 -0400
commita76de0d0a74ed6212475404bf9c6ce19ac337a6a (patch)
tree87398bcc8cc728e6ae3b68916c0c48ac5a84ccb5 /src
parentb1ea2618d3fef50981c566564cf234b4b98f6328 (diff)
downloadrust-a76de0d0a74ed6212475404bf9c6ce19ac337a6a.tar.gz
rust-a76de0d0a74ed6212475404bf9c6ce19ac337a6a.zip
Bump bootstrap compiler
Diffstat (limited to 'src')
-rw-r--r--src/stage0.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stage0.txt b/src/stage0.txt
index 4a53d1a60d1..d86f550db90 100644
--- a/src/stage0.txt
+++ b/src/stage0.txt
@@ -12,14 +12,14 @@
 # stable release's version number. `date` is the date where the release we're
 # bootstrapping off was released.
 
-date: 2021-02-14
+date: 2021-03-26
 rustc: beta
 
 # 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
 # the beta/stable branch, this key should be omitted, as we don't want to depend
 # on rustfmt from nightly there.
-rustfmt: nightly-2021-01-28
+rustfmt: nightly-2021-03-25
 
 # When making a stable release the process currently looks like:
 #