Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#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 rust-lang#56519
bors committed Dec 8, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents eb53c10 + 3cd32d9 commit a01e476
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
@@ -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,
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
@@ -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

@@ -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.