Skip to content

Commit 04ccee1

Browse files
committed
stable 1.32.0 release
1 parent d2b4fe0 commit 04ccee1

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
@@ -52,7 +52,7 @@ fi
5252
#
5353
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
5454
# either automatically or manually.
55-
export RUST_RELEASE_CHANNEL=beta
55+
export RUST_RELEASE_CHANNEL=stable
5656
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
5757
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
5858
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

0 commit comments

Comments
 (0)