File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
#
44
44
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
45
45
# either automatically or manually.
46
- export RUST_RELEASE_CHANNEL=nightly
46
+ export RUST_RELEASE_CHANNEL=beta
47
47
48
48
# Always set the release channel for bootstrap; this is normally not important (i.e., only dist
49
49
# builds would seem to matter) but in practice bootstrap wants to know whether we're targeting
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: 2019-12-18
16
- rustc: beta
17
- cargo: beta
15
+ date: 2020-01-27
16
+ rustc: 1.41.0
17
+ cargo: 0.42.0
18
18
19
19
# We use a nightly rustfmt to format the source because it solves some bootstrapping
20
20
# issues with use of new syntax in this repo. If you're looking at the beta/stable branch, this key should be omitted,
21
21
# as we don't want to depend on rustfmt from nightly there.
22
- rustfmt: nightly-2019-12-18
22
+ # rustfmt: nightly-2019-12-18
23
23
24
24
# When making a stable release the process currently looks like:
25
25
#
@@ -39,4 +39,4 @@ rustfmt: nightly-2019-12-18
39
39
# looking at a beta source tarball and it's uncommented we'll shortly comment it
40
40
# out.
41
41
42
- # dev: 1
42
+ dev: 1
You can’t perform that action at this time.
0 commit comments