From 163003e0e3b3489ee96c6b58ba28983c72f58d91 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sat, 21 Dec 2019 06:56:44 -0800 Subject: [PATCH] bump the release date --- RELEASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 63fae0a87..f752be93b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -# Release rayon 1.3.0 / rayon-core 1.7.0 (2019-12-20) +# Release rayon 1.3.0 / rayon-core 1.7.0 (2019-12-21) - Tuples up to length 12 now implement `IntoParallelIterator`, creating a `MultiZip` iterator that produces items as similarly-shaped tuples. @@ -14,7 +14,7 @@ Thanks to all of the contributors for this release! - @silwol -# Release rayon-futures 0.1.1 (2019-12-20) +# Release rayon-futures 0.1.1 (2019-12-21) - `Send` bounds have been added for the `Item` and `Error` associated types on all generic `F: Future` interfaces. While technically a breaking change, this