Skip to content

Commit 14f51b0

Browse files
committed
Auto merge of #54314 - alexcrichton:beta-next, r=alexcrichton
[beta] Prepare the 1.30.0 release This commit prepares the 1.30.0 beta release for the newly branched beta branch.
2 parents 2224a42 + 6a1bf4d commit 14f51b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
#
5252
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
5353
# either automatically or manually.
54-
export RUST_RELEASE_CHANNEL=nightly
54+
export RUST_RELEASE_CHANNEL=beta
5555
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
5656
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
5757
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

src/stage0.txt

+3-3
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-09-11
16-
rustc: beta
17-
cargo: beta
15+
date: 2018-09-13
16+
rustc: 1.29.0
17+
cargo: 0.30.0
1818

1919
# When making a stable release the process currently looks like:
2020
#

0 commit comments

Comments
 (0)