Skip to content

Commit 56397e9

Browse files
committed
this is now 1.55 beta
1 parent d03456d commit 56397e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/ci/channel

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

src/stage0.txt

+4-4
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-06-23
16-
rustc: beta
15+
date: 2021-07-26
16+
rustc: 1.54.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
#
@@ -39,4 +39,4 @@ rustfmt: nightly-2021-03-25
3939
# looking at a beta source tarball and it's uncommented we'll shortly comment it
4040
# out.
4141

42-
#dev: 1
42+
dev: 1

0 commit comments

Comments
 (0)