diff options
| author | bors <bors@rust-lang.org> | 2020-08-24 14:59:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-08-24 14:59:38 +0000 |
| commit | 04488afe34512aa4c33566eb16d8c912a3ae04f9 (patch) | |
| tree | 7d462ac1856b7eb6651d21bcecefe4f614bf0aad /src/stage0.txt | |
| parent | cfbc6d4cf1acbac5c025acf8ed68929caa551df3 (diff) | |
| parent | ed6d57b85b2378fefb7f8a2042436960f1f54ba3 (diff) | |
| download | rust-1.46.0.tar.gz rust-1.46.0.zip | |
Auto merge of #75878 - pietroalbini:stable-next, r=Mark-Simulacrum 1.46.0
[stable] Prepare Rust 1.46.0 Also updated the compatibility notes to account for the regressions we didn't fix for this release. The release team evaluated them, and we agreed they're not enough to block the release. r? @Mark-Simulacrum cc @rust-lang/release
Diffstat (limited to 'src/stage0.txt')
| -rw-r--r-- | src/stage0.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/stage0.txt b/src/stage0.txt index 2c87531eb96..1594dc93b0c 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -12,9 +12,9 @@ # 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-07-13 -rustc: 1.45.0 -cargo: 0.46.0 +date: 2020-08-03 +rustc: 1.45.2 +cargo: 0.46.1 # 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 @@ -40,4 +40,4 @@ cargo: 0.46.0 # looking at a beta source tarball and it's uncommented we'll shortly comment it # out. -dev: 1 +#dev: 1 |
