X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fstage0.txt;h=14bffbadc06423dbf1744ac30c5ad68c27644cdf;hb=64ea639c12df0594dd891b1ba0b439c8c5eacd83;hp=494944720d9e801def4701eef1c5d28025f3f639;hpb=19d749e5936583948575266765838fedf3699777;p=rust.git diff --git a/src/stage0.txt b/src/stage0.txt index 494944720d9..14bffbadc06 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -12,14 +12,15 @@ # source tarball for a stable release you'll likely see `1.x.0` for rustc and # `0.x.0` for Cargo where they were released on `date`. -date: 2019-12-18 +date: 2020-01-30 rustc: beta cargo: beta -# We use a nightly rustfmt to format the source because it solves some bootstrapping -# issues with use of new syntax in this repo. If you're looking at the beta/stable branch, this key should be omitted, -# as we don't want to depend on rustfmt from nightly there. -rustfmt: nightly-2019-12-18 +# We use a nightly rustfmt to format the source because it solves some +# bootstrapping issues with use of new syntax in this repo. If you're looking at +# the beta/stable branch, this key should be omitted, as we don't want to depend +# on rustfmt from nightly there. +rustfmt: nightly-2020-01-31 # When making a stable release the process currently looks like: #