File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
#
52
52
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
53
53
# either automatically or manually.
54
- export RUST_RELEASE_CHANNEL=nightly
54
+ export RUST_RELEASE_CHANNEL=beta
55
55
if [ " $DEPLOY$DEPLOY_ALT " != " " ]; then
56
56
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL "
57
57
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
Original file line number Diff line number Diff line change 12
12
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
13
13
# `0.x.0` for Cargo where they were released on `date`.
14
14
15
- date: 2018-09-11
16
- rustc: beta
17
- cargo: beta
15
+ date: 2018-09-13
16
+ rustc: 1.29.0
17
+ cargo: 0.30.0
18
18
19
19
# When making a stable release the process currently looks like:
20
20
#
You can’t perform that action at this time.
0 commit comments