diff options
| author | bors <bors@rust-lang.org> | 2020-10-17 04:09:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-10-17 04:09:08 +0000 |
| commit | 66e37b65bfa96e58243cc2befabf8bc920eda3c0 (patch) | |
| tree | 3873b0810e8c811ab7070537fefe8f451656ffb2 | |
| parent | 3f50dea4d0dfce527871bb0a198dc17c479e697b (diff) | |
| parent | 031d2b0658cfed9e06df0f638df04543de31f476 (diff) | |
| download | rust-66e37b65bfa96e58243cc2befabf8bc920eda3c0.tar.gz rust-66e37b65bfa96e58243cc2befabf8bc920eda3c0.zip | |
Auto merge of #78025 - ehuss:bump-bootstrap, r=Mark-Simulacrum
Bump bootstrap compiler Mainly to bring in #77953 to fix https://github.com/rust-lang/cargo/issues/8517.
| -rw-r--r-- | src/stage0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage0.txt b/src/stage0.txt index 98b4dfa9c74..e9c9fc7e034 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -12,7 +12,7 @@ # source tarball for a stable release you'll likely see `1.x.0` for rustc and # `0.(x+1).0` for Cargo where they were released on `date`. -date: 2020-10-07 +date: 2020-10-16 rustc: beta cargo: beta |
