Skip to content

Commit a7e2d35

Browse files
committed
promote beta 1.43.0
1 parent dd155df commit a7e2d35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
#
4444
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
4545
# either automatically or manually.
46-
export RUST_RELEASE_CHANNEL=nightly
46+
export RUST_RELEASE_CHANNEL=beta
4747

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

src/stage0.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313
# `0.x.0` for Cargo where they were released on `date`.
1414

15-
date: 2020-02-29
16-
rustc: beta
17-
cargo: beta
15+
date: 2020-03-10
16+
rustc: 1.42.0
17+
cargo: 0.43.0
1818

1919
# We use a nightly rustfmt to format the source because it solves some
2020
# bootstrapping issues with use of new syntax in this repo. If you're looking at
@@ -40,4 +40,4 @@ rustfmt: nightly-2020-01-31
4040
# looking at a beta source tarball and it's uncommented we'll shortly comment it
4141
# out.
4242

43-
#dev: 1
43+
dev: 1

0 commit comments

Comments
 (0)