X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fstage0.txt;h=6ad0f6db42b9f94e53cf88da593b1c0fda11cc52;hb=c9b6bb92798108dfa4f8ae93a961aa95163b2df6;hp=4a53d1a60d17459c6f039082549195a14c13ce7f;hpb=5208f63ba8ec70a2a7a074d7ecd59a94693286fc;p=rust.git diff --git a/src/stage0.txt b/src/stage0.txt index 4a53d1a60d1..6ad0f6db42b 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-04-07 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: #