Skip to content

Commit 6f820d6

Browse files
committed
Release 1.10.0
1 parent ac2fa4d commit 6f820d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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)