Skip to content

Commit eb53c10

Browse files
committed
Auto merge of #56524 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum
Update promoted master for beta channel r? @alexcrichton
2 parents b3af092 + b3057a9 commit eb53c10

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
@@ -52,7 +52,7 @@ fi
5252
#
5353
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
5454
# either automatically or manually.
55-
export RUST_RELEASE_CHANNEL=nightly
55+
export RUST_RELEASE_CHANNEL=beta
5656
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
5757
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
5858
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

src/stage0.txt

+4-4
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: 2018-10-30
16-
rustc: beta
17-
cargo: beta
15+
date: 2018-12-03
16+
rustc: 1.31.0
17+
cargo: 0.32.0
1818

1919
# When making a stable release the process currently looks like:
2020
#
@@ -34,4 +34,4 @@ cargo: beta
3434
# looking at a beta source tarball and it's uncommented we'll shortly comment it
3535
# out.
3636

37-
#dev: 1
37+
dev: 1

0 commit comments

Comments
 (0)