From 82064f462e1a7805c4eafef9fb8b9d31a1ebdfff Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 24 Mar 2018 07:06:15 -0700 Subject: [PATCH] [stable]: Prepare the 1.25.0 stable release --- src/ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/run.sh b/src/ci/run.sh index e6fdb0a76380d..0ba18a459508b 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -42,7 +42,7 @@ fi # # FIXME: need a scheme for changing this `nightly` value to `beta` and `stable` # either automatically or manually. -export RUST_RELEASE_CHANNEL=beta +export RUST_RELEASE_CHANNEL=stable if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL" RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"