summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2018-12-03 06:35:01 -0700
committerMark Rousskov <mark.simulacrum@gmail.com>2018-12-03 06:35:01 -0700
commit5a31783c6c06e396bc93e3ff48bfbfd343900a92 (patch)
tree1f6fdcb9eef20c816fdb7be8b2e18e20f521fae0 /src
parentd2e3b533202c99fea647a4b616bf2d8a336d8def (diff)
downloadrust-5a31783c6c06e396bc93e3ff48bfbfd343900a92.tar.gz
rust-5a31783c6c06e396bc93e3ff48bfbfd343900a92.zip
Stable 1.31.0 release
Diffstat (limited to 'src')
-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 f51199de6eb..324c873dd3b 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -51,7 +51,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"