Skip to content

Commit

Permalink
Auto merge of #47108 - alexcrichton:stable-next, r=alexcrichton
Browse files Browse the repository at this point in the history
Prepare the 1.23.0 stable release

* Update the release channel to `stable`
* Update the Cargo submodule to the latest tip for 1.23.0
  • Loading branch information
bors committed Jan 1, 2018
2 parents 2b55e35 + cb7348b commit 766bd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
# either automatically or manually.
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=stable"
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then
Expand Down

0 comments on commit 766bd11

Please sign in to comment.