Skip to content

Commit

Permalink
Auto merge of #52776 - pietroalbini:bump-beta-bootstrap, r=Mark-Simul…
Browse files Browse the repository at this point in the history
…acrum

[beta] Bump bootstrap compiler to 1.27.2

This PR bumps the beta bootstrap compiler to 1.27.2.

* The original cargo version was wrong: the current one is not `0.28.0`, but `1.27.0` (since rust-lang/cargo#5083). [Should the forge be updated?](https://forge.rust-lang.org/release-process.html)
* The updated `date` is the correct one for rustc, but the wrong one for cargo. *I think* that shouldn't cause any problem, but it's better to ask.

r? @Mark-Simulacrum
  • Loading branch information
bors committed Jul 27, 2018
2 parents 9c2465f + 3cd7b77 commit 7b69294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stage0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# 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-06-21
rustc: 1.27.0
date: 2018-07-20
rustc: 1.27.2
cargo: 0.28.0

# When making a stable release the process currently looks like:
Expand Down

0 comments on commit 7b69294

Please sign in to comment.