File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
#
69
69
# FIXME: need a scheme for changing this `nightly` value to `beta` and `stable`
70
70
# either automatically or manually.
71
- export RUST_RELEASE_CHANNEL=nightly
71
+ export RUST_RELEASE_CHANNEL=beta
72
72
73
73
# Always set the release channel for bootstrap; this is normally not important (i.e., only dist
74
74
# 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
# stable release's version number. `date` is the date where the release we're
13
13
# bootstrapping off was released.
14
14
15
- date: 2021-02-14
16
- rustc: beta
15
+ date: 2021-03-23
16
+ rustc: 1.51.0
17
17
18
18
# We use a nightly rustfmt to format the source because it solves some
19
19
# bootstrapping issues with use of new syntax in this repo. If you're looking at
20
20
# the beta/stable branch, this key should be omitted, as we don't want to depend
21
21
# on rustfmt from nightly there.
22
- rustfmt: nightly-2021-01-28
22
+ # rustfmt: nightly-2021-01-28
23
23
24
24
# When making a stable release the process currently looks like:
25
25
#
@@ -39,4 +39,4 @@ rustfmt: nightly-2021-01-28
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