File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
3131if [ " $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
You can’t perform that action at this time.
0 commit comments