Skip to content

Commit

Permalink
Auto merge of #56626 - alexcrichton:update-beta, r=pietroalbini
Browse files Browse the repository at this point in the history
[beta] Swith to released bootstrap compiler

* Also update the Cargo submodule to the 1.32 branch at the same time for
a few beta fixes.
* Include beta-nominated #56519
  • Loading branch information
bors committed Dec 8, 2018
2 parents eb53c10 + 3cd32d9 commit a01e476
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/bootstrap/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ impl<'a> Builder<'a> {
doc::RustdocBook,
doc::RustByExample,
doc::RustcBook,
doc::CargoBook
doc::CargoBook,
doc::EditionGuide,
),
Kind::Dist => describe!(
dist::Docs,
Expand Down
2 changes: 1 addition & 1 deletion src/doc/edition-guide
4 changes: 2 additions & 2 deletions src/stage0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# 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: 2018-12-03
date: 2018-12-06
rustc: 1.31.0
cargo: 0.32.0

Expand All @@ -34,4 +34,4 @@ cargo: 0.32.0
# looking at a beta source tarball and it's uncommented we'll shortly comment it
# out.

dev: 1
#dev: 1

0 comments on commit a01e476

Please sign in to comment.