Skip to content

Commit 65e131e

Browse files
Prepare 1.50 beta
1 parent bb17823 commit 65e131e

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
@@ -63,7 +63,7 @@ fi
6363
#
6464
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
6565
# either automatically or manually.
66-
export RUST_RELEASE_CHANNEL=nightly
66+
export RUST_RELEASE_CHANNEL=beta
6767

6868
# Always set the release channel for bootstrap; this is normally not important (i.e., only dist
6969
# 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: 2020-11-18
16-
rustc: beta
15+
date: 2020-12-29
16+
rustc: 1.49.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-2020-11-19
22+
#rustfmt: nightly-2020-11-19
2323

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