summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-05-07 17:29:43 +0000
committerbors <bors@rust-lang.org>2018-05-07 17:29:43 +0000
commita7756804103447ea4e68a71ccf071e7ad8f7a03e (patch)
treef00cd578f43decaa074ae63be546518b754aa138 /src
parent1ac15aca9db0fdbe5babb2c89c5d94f0265305b7 (diff)
parentadcf7dad3ea2fda6ff47c6a401a3ee0ee53c7cb5 (diff)
downloadrust-1.26.0.tar.gz
rust-1.26.0.zip
Auto merge of #50510 - Mark-Simulacrum:stable, r=Mark-Simulacrum 1.26.0
Stable release 1.26.0
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 74db27a207b..f1f1c0b3a69 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -44,7 +44,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"