From b5e6d600e09b7da5c993e8b5ea3fc5953de5282d Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Mon, 18 Jun 2018 10:36:56 -0600 Subject: [PATCH] Stable release 1.27.0 --- src/ci/run.sh | 2 +- src/stage0.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ci/run.sh b/src/ci/run.sh index eab778cd93455..4cff013c67b76 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -48,7 +48,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" diff --git a/src/stage0.txt b/src/stage0.txt index 6b922e5a2b2cd..b458c6b7b1ab7 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -12,7 +12,7 @@ # source tarball for a stable release you'll likely see `1.x.0` for rustc and # `0.x.0` for Cargo where they were released on `date`. -date: 2018-05-07 +date: 2018-05-10 rustc: 1.26.0 cargo: 0.27.0 @@ -34,4 +34,4 @@ cargo: 0.27.0 # looking at a beta source tarball and it's uncommented we'll shortly comment it # out. -dev: 1 +#dev: 1