Skip to content

Commit 7543ed4

Browse files
authored
Merge pull request #1147 from cuviper/release-1.10.0
Release rayon 1.10.0
2 parents ac2fa4d + 9d33569 commit 7543ed4

40 files changed

+207
-215
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rayon"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
authors = ["Niko Matsakis <[email protected]>",
55
"Josh Stone <[email protected]>"]
66
description = "Simple work-stealing parallelism for Rust"

RELEASES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release rayon 1.10.0 (2024-03-23)
2+
3+
- The new methods `ParallelSlice::par_chunk_by` and
4+
`ParallelSliceMut::par_chunk_by_mut` work like the slice methods `chunk_by`
5+
and `chunk_by_mut` added in Rust 1.77.
6+
17
# Release rayon 1.9.0 (2024-02-27)
28

39
- The new methods `IndexedParallelIterator::by_exponential_blocks` and

0 commit comments

Comments
 (0)