Skip to content

Commit 0f197bc

Browse files
Bootstrap from stable
1 parent 3198c52 commit 0f197bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ci/channel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly
1+
beta

src/stage0.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
# stable release's version number. `date` is the date where the release we're
1313
# bootstrapping off was released.
1414

15-
date: 2021-05-23
16-
rustc: beta
15+
date: 2021-06-17
16+
rustc: 1.53.0
1717

1818
# We use a nightly rustfmt to format the source because it solves some
1919
# bootstrapping issues with use of new syntax in this repo. If you're looking at
2020
# the beta/stable branch, this key should be omitted, as we don't want to depend
2121
# on rustfmt from nightly there.
22-
rustfmt: nightly-2021-03-25
22+
# rustfmt: nightly-2021-03-25
2323

2424
# When making a stable release the process currently looks like:
2525
#

0 commit comments

Comments
 (0)