Skip to content

Commit e20a0c2

Browse files
committed
[beta] Prepare the 1.17.0 beta release
* Update stage0.txt to pending 1.16.0 release and current stable cargo rev from 1.16.0 * Update the release channel on CI to beta * Update the cargo submodule to master
1 parent fd182c4 commit e20a0c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
4242
# either automatically or manually.
4343
if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
44-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=nightly"
44+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
4545
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
4646

4747
if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then

src/stage0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# tarball for a stable release you'll likely see `1.x.0-$date` where `1.x.0` was
1313
# released on `$date`
1414

15-
rustc: beta-2017-02-01
16-
cargo: 407edef22e894266eb562618cba5ca9757051946
15+
rustc: 1.16.0-2017-03-11
16+
cargo: 6b05583d71f982bcad049b9fa094c637c062e751

0 commit comments

Comments
 (0)