Skip to content

Commit 9634041

Browse files
committed
Auto merge of #52864 - Mark-Simulacrum:stable-next, r=alexcrichton
Stable release 1.28.0 r? @alexcrichton I believe Cargo and RLS are both up to date
2 parents 9dd3f3f + c91e360 commit 9634041

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

0 commit comments

Comments
 (0)