diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-24 23:45:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-24 23:45:35 +0200 |
| commit | c9dbaec466ce53d1d3d32a76e64770a4eb5dd455 (patch) | |
| tree | a20a37f79d17762cfb518f91d157ec8810f58073 | |
| parent | 477bdcdff871ca0b9b54fd45c401cdfe893631a7 (diff) | |
| parent | e8cf46e909bcfb6c77b3efb2a60ed674770e1603 (diff) | |
| download | rust-c9dbaec466ce53d1d3d32a76e64770a4eb5dd455.tar.gz rust-c9dbaec466ce53d1d3d32a76e64770a4eb5dd455.zip | |
Rollup merge of #64742 - pietroalbini:relnotes-fixes, r=Mark-Simulacrum
relnotes: make compatibility section more sterile and fix rustc version r? @Mark-Simulacrum
| -rw-r--r-- | RELEASES.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASES.md b/RELEASES.md index ecf49278f4b..766cf64410c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -70,10 +70,10 @@ Misc Compatibility Notes ------------------- -- Unfortunately the [`x86_64-unknown-uefi` platform can not be built][62785] - with rustc 1.39.0. -- The [`armv7-unknown-linux-gnueabihf` platform is also known to have - issues][62896] for certain crates such as libc. +- The [`x86_64-unknown-uefi` platform can not be built][62785] with rustc + 1.38.0. +- The [`armv7-unknown-linux-gnueabihf` platform is known to have + issues][62896] with certain crates such as libc. [60260]: https://github.com/rust-lang/rust/pull/60260/ [61457]: https://github.com/rust-lang/rust/pull/61457/ |
