Skip to content

Commit

Permalink
this is now 1.55 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Jul 27, 2021
1 parent d03456d commit 56397e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ci/channel
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
beta
8 changes: 4 additions & 4 deletions src/stage0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
# stable release's version number. `date` is the date where the release we're
# bootstrapping off was released.

date: 2021-06-23
rustc: beta
date: 2021-07-26
rustc: 1.54.0

# 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-03-25
#rustfmt: nightly-2021-03-25

# When making a stable release the process currently looks like:
#
Expand All @@ -39,4 +39,4 @@ rustfmt: nightly-2021-03-25
# looking at a beta source tarball and it's uncommented we'll shortly comment it
# out.

#dev: 1
dev: 1

0 comments on commit 56397e9

Please sign in to comment.