Skip to content

Commit 7af20d7

Browse files
authored
Merge pull request #1265 from cuviper/release-1.11.0
Release rayon 1.11.0 / rayon-core 1.13.0
2 parents 72345cb + c86161a commit 7af20d7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ as:
7070

7171
```toml
7272
[dependencies]
73-
rayon = "1.10"
73+
rayon = "1.11"
7474
```
7575

7676
To use the parallel iterator APIs, a number of traits have to be in

RELEASES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# Release rayon 1.11.0 / rayon-core 1.13.0
1+
# Release rayon 1.11.0 / rayon-core 1.13.0 (2025-08-12)
22

33
- The minimum supported `rustc` is now 1.80.
4+
- `iter::repeatn` has been renamed to `iter::repeat_n` to match the name
5+
stabilized in the standard library. The old name still exists as a deprecated
6+
function for compatibility.
7+
- Fixed a bug in `in_place_scope` when the default global registry uses the
8+
current thread, like on WebAssembly without threading support.
9+
- `binary_heap::Iter` no longer requires a temporary allocation.
10+
- Relaxed trait bounds on many of the public structs.
11+
- Implemented `IntoParallelIterator for Box<[T]>` and its references.
12+
- Implemented `FromParallelIterator<_> for Box<str>` via `String`.
413

514
# Release rayon 1.10.0 (2024-03-23)
615

0 commit comments

Comments
 (0)