summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-30 22:14:21 +0000
committerbors <bors@rust-lang.org>2018-07-30 22:14:21 +0000
commit9634041f0e8c0f3191d2867311276f19d0a42564 (patch)
treec9836843d374663a1ca564a79343c28619c2fb21
parent9dd3f3f83c27675201bd03aeb37ffcb5a73ccb1e (diff)
parentc91e3608f6ca08aaa9dc1030076db6b9cfb68ec5 (diff)
Auto merge of #52864 - Mark-Simulacrum:stable-next, r=alexcrichton1.28.0
Stable release 1.28.0 r? @alexcrichton I believe Cargo and RLS are both up to date
-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 44db6b92c95..45ca302ff36 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -46,7 +46,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"