diff options
| author | bors <bors@rust-lang.org> | 2020-01-27 15:30:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-01-27 15:30:31 +0000 |
| commit | 5e1a799842ba6ed4a57e91f7ab9435947482f7d8 (patch) | |
| tree | 322e3c225bae8356189d398766651ba7d96ba0d0 /src/stage0.txt | |
| parent | 3f41b032eef8b749409b529225f22571075a8aeb (diff) | |
| parent | 4600d3c594a6ea68aaa944386d14f0c20179861e (diff) | |
| download | rust-1.41.0.tar.gz rust-1.41.0.zip | |
Auto merge of #68568 - pietroalbini:stable-next, r=pietroalbini 1.41.0
[stable] Rust 1.41.0 stable release This PR produces the 1.41.0 stable release, backporting the following PRs as well: * #68494: Make pointers to statics internal * #67928: Update RELEASES.md for 1.41.0 r? @ghost
Diffstat (limited to 'src/stage0.txt')
| -rw-r--r-- | src/stage0.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stage0.txt b/src/stage0.txt index ab3f5a78cb0..eb812a0c083 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.0` for Cargo where they were released on `date`. -date: 2019-12-16 +date: 2019-12-19 rustc: 1.40.0 cargo: 0.41.0 @@ -34,4 +34,4 @@ cargo: 0.41.0 # looking at a beta source tarball and it's uncommented we'll shortly comment it # out. -dev: 1 +#dev: 1 |
