File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
#
49
49
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
50
50
# either automatically or manually.
51
- export RUST_RELEASE_CHANNEL=beta
51
+ export RUST_RELEASE_CHANNEL=stable
52
52
if [ " $DEPLOY$DEPLOY_ALT " != " " ]; then
53
53
RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --release-channel=$RUST_RELEASE_CHANNEL "
54
54
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-05-07
15
+ date: 2018-05-10
16
16
rustc: 1.26.0
17
17
cargo: 0.27.0
18
18
@@ -34,4 +34,4 @@ cargo: 0.27.0
34
34
# looking at a beta source tarball and it's uncommented we'll shortly comment it
35
35
# out.
36
36
37
- dev: 1
37
+ # dev: 1
You can’t perform that action at this time.
0 commit comments