Skip to content

Commit 77d13f5

Browse files
[beta] initial branch off
1 parent 61edfd5 commit 77d13f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868
#
6969
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
7070
# either automatically or manually.
71-
export RUST_RELEASE_CHANNEL=nightly
71+
export RUST_RELEASE_CHANNEL=beta
7272

7373
# Always set the release channel for bootstrap; this is normally not important (i.e., only dist
7474
# builds would seem to matter) but in practice bootstrap wants to know whether we're targeting

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-02-14
16-
rustc: beta
15+
date: 2021-03-23
16+
rustc: 1.51.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-01-28
22+
#rustfmt: nightly-2021-01-28
2323

2424
# When making a stable release the process currently looks like:
2525
#
@@ -39,4 +39,4 @@ rustfmt: nightly-2021-01-28
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)