Skip to content

Commit

Permalink
Auto merge of rust-lang#52864 - Mark-Simulacrum:stable-next, r=alexcr…
Browse files Browse the repository at this point in the history
…ichton

Stable release 1.28.0

r? @alexcrichton

I believe Cargo and RLS are both up to date
  • Loading branch information
bors committed Jul 30, 2018
2 parents 9dd3f3f + c91e360 commit 9634041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9634041

Please sign in to comment.