about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-09-11 03:36:08 +0000
committerbors <bors@rust-lang.org>2018-09-11 03:36:08 +0000
commitaa3ca1994904f2e056679fce1f185db8c7ed2703 (patch)
treedcdf5b4874d3e1869ef7d2eff849ac2ba3124dfe /src
parent6fdf1dbb9a6d2fbd7894fd9669c310b048f948b1 (diff)
parent0cbaa49b17e9929859ee32ca1347754e633cbe42 (diff)
downloadrust-aa3ca1994904f2e056679fce1f185db8c7ed2703.tar.gz
rust-aa3ca1994904f2e056679fce1f185db8c7ed2703.zip
Auto merge of #54117 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.29.0
[stable] 1.29.0 stable release

r? @alexcrichton
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 d68e0ebd5c7..9be3199e273 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"