Skip to content

Commit aa3ca19

Browse files
committed
Auto merge of rust-lang#54117 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum
[stable] 1.29.0 stable release r? @alexcrichton
2 parents 6fdf1db + 0cbaa49 commit aa3ca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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=beta
54+
export RUST_RELEASE_CHANNEL=stable
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"

0 commit comments

Comments
 (0)