Skip to content

Commit 766bd11

Browse files
committed
Auto merge of #47108 - alexcrichton:stable-next, r=alexcrichton
Prepare the 1.23.0 stable release * Update the release channel to `stable` * Update the Cargo submodule to the latest tip for 1.23.0
2 parents 2b55e35 + cb7348b commit 766bd11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
4444
# either automatically or manually.
4545
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
46-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
46+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=stable"
4747
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
4848

4949
if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then

0 commit comments

Comments
 (0)