Skip to content

Commit e0d93fc

Browse files
committed
Auto merge of #51620 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum
Stable release 1.27.0 r? @ghost
2 parents ede1a70 + b5e6d60 commit e0d93fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848
#
4949
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
5050
# either automatically or manually.
51-
export RUST_RELEASE_CHANNEL=beta
51+
export RUST_RELEASE_CHANNEL=stable
5252
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
5353
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL"
5454
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"

src/stage0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313
# `0.x.0` for Cargo where they were released on `date`.
1414

15-
date: 2018-05-07
15+
date: 2018-05-10
1616
rustc: 1.26.0
1717
cargo: 0.27.0
1818

@@ -34,4 +34,4 @@ cargo: 0.27.0
3434
# looking at a beta source tarball and it's uncommented we'll shortly comment it
3535
# out.
3636

37-
dev: 1
37+
#dev: 1

0 commit comments

Comments
 (0)