We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3198c52 commit 0f197bcCopy full SHA for 0f197bc
src/ci/channel
@@ -1 +1 @@
1
-nightly
+beta
src/stage0.txt
@@ -12,14 +12,14 @@
12
# stable release's version number. `date` is the date where the release we're
13
# bootstrapping off was released.
14
15
-date: 2021-05-23
16
-rustc: beta
+date: 2021-06-17
+rustc: 1.53.0
17
18
# We use a nightly rustfmt to format the source because it solves some
19
# bootstrapping issues with use of new syntax in this repo. If you're looking at
20
# the beta/stable branch, this key should be omitted, as we don't want to depend
21
# on rustfmt from nightly there.
22
-rustfmt: nightly-2021-03-25
+# rustfmt: nightly-2021-03-25
23
24
# When making a stable release the process currently looks like:
25
#
0 commit comments