about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2019-12-16 08:17:38 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2019-12-16 08:17:38 -0500
commitab4059edabe7f0f571f167b749a314fda6a7a6ee (patch)
treea54a7a3d6154147ab3ff572e12a46bfa3a5253ba
parentedff4c8b40c778ab40a74324e750217ff704113a (diff)
downloadrust-ab4059edabe7f0f571f167b749a314fda6a7a6ee.tar.gz
rust-ab4059edabe7f0f571f167b749a314fda6a7a6ee.zip
1.40 stable release
-rwxr-xr-xsrc/ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index c2caf6c9f43..7c5df63ec04 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -45,7 +45,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" = "1" ]; then
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"