File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4343#
4444# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
4545# either automatically or manually.
46- export RUST_RELEASE_CHANNEL=nightly
46+ export RUST_RELEASE_CHANNEL=beta
4747if [ " $DEPLOY$DEPLOY_ALT " != " " ]; then
4848 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL "
4949 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
Original file line number Diff line number Diff line change 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: 2019-02-17
16- rustc: beta
17- cargo: beta
15+ date: 2019-02-25
16+ rustc: 1.33.0
17+ cargo: 0.34.0
1818
1919# When making a stable release the process currently looks like:
2020#
@@ -34,4 +34,4 @@ cargo: beta
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
You can’t perform that action at this time.
0 commit comments