File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 7070
7171``` toml
7272[dependencies ]
73- rayon = " 1.10 "
73+ rayon = " 1.11 "
7474```
7575
7676To use the parallel iterator APIs, a number of traits have to be in
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments