diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-04-22 10:34:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 10:34:09 +0900 |
| commit | 836a64a31ef026baee84d0b987ea708a8b5af15b (patch) | |
| tree | 09e802272777d04769c09a9764175912a3739c03 | |
| parent | 46a8dcef5c9e4de0d412c6ac3c4765cb4aef4f7f (diff) | |
| parent | 20de9227a578afaed749e62905e51858eb282475 (diff) | |
| download | rust-836a64a31ef026baee84d0b987ea708a8b5af15b.tar.gz rust-836a64a31ef026baee84d0b987ea708a8b5af15b.zip | |
Rollup merge of #71384 - RalfJung:RalfJung-patch-1, r=Mark-Simulacrum
Fix stage0.txt version number comment r? @Mark-Simulacrum
| -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 4d9a91e38b3..1c7c9f9aff0 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -10,7 +10,7 @@ # If you're looking at this file on the master branch, you'll likely see that # rustc and cargo are configured to `beta`, whereas if you're looking at a # 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`. +# `0.(x+1).0` for Cargo where they were released on `date`. date: 2020-03-12 rustc: beta |
