Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[beta] Prepare beta 1.53.0 #84909

Merged
merged 14 commits into from
May 6, 2021
Merged
Next Next commit
this is beta 1.53.0
  • Loading branch information
pietroalbini committed May 4, 2021
commit f01b35ed4649c4f868995563f81e6e0f383df808
2 changes: 1 addition & 1 deletion src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi
#
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
# either automatically or manually.
export RUST_RELEASE_CHANNEL=nightly
export RUST_RELEASE_CHANNEL=beta

# Always set the release channel for bootstrap; this is normally not important (i.e., only dist
# builds would seem to matter) but in practice bootstrap wants to know whether we're targeting
Expand Down
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-04-07
rustc: beta
date: 2021-05-04
rustc: 1.52.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