Skip to content

Commit a775680

Browse files
committed
Auto merge of #50510 - Mark-Simulacrum:stable, r=Mark-Simulacrum
Stable release 1.26.0
2 parents 1ac15ac + adcf7da commit a775680

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
@@ -44,7 +44,7 @@ fi
4444
#
4545
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
4646
# either automatically or manually.
47-
export RUST_RELEASE_CHANNEL=beta
47+
export RUST_RELEASE_CHANNEL=stable
4848
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
4949
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
5050
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

0 commit comments

Comments
 (0)