Skip to content

Commit 89691f5

Browse files
committed
Revert "Bump to 1.17"
This reverts commit 61fd92c.
1 parent 9f2605c commit 89691f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mk/main.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
######################################################################
1414

1515
# The version number
16-
CFG_RELEASE_NUM=1.17.0
16+
CFG_RELEASE_NUM=1.16.0
1717

1818
# An optional number to put after the label, e.g. '.2' -> '-beta.2'
1919
# NB Make sure it starts with a dot to conform to semver pre-release

src/ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
2929
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
3030
# either automatically or manually.
3131
if [ "$DEPLOY" != "" ]; then
32-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=beta"
32+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=nightly"
3333
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
3434

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

0 commit comments

Comments
 (0)