From 8b8263338e3e9a517ddc1e4532ad8ca363c3811d Mon Sep 17 00:00:00 2001 From: Dror Levin Date: Wed, 25 Sep 2019 10:25:35 +0300 Subject: [PATCH] Fix compatibility note in RELEASES The compatibility note regarding `x86_64-unknown-uefi` incorrectly stated the version to be 1.39.0 instead of 1.38.0. Additionally a minor typo was fixed (accepts -> accept). --- RELEASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index ecf49278f4b52..ac2a2d871892d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -30,7 +30,7 @@ Libraries is available at `std::clone::Clone`). This also makes all built-in macros available in `std`/`core` root. e.g. `std::include_bytes!`. - [`str::Chars` now implements `Debug`.][63000] -- [`slice::{concat, connect, join}` now accepts `&[T]` in addition to `&T`.][62528] +- [`slice::{concat, connect, join}` now accept `&[T]` in addition to `&T`.][62528] - [`*const T` and `*mut T` now implement `marker::Unpin`.][62583] - [`Arc<[T]>` and `Rc<[T]>` now implement `FromIterator`.][61953] - [Added euclidean remainder and division operations (`div_euclid`, @@ -71,7 +71,7 @@ Misc Compatibility Notes ------------------- - Unfortunately the [`x86_64-unknown-uefi` platform can not be built][62785] - with rustc 1.39.0. + with rustc 1.38.0. - The [`armv7-unknown-linux-gnueabihf` platform is also known to have issues][62896] for certain crates such as libc.