Skip to content

Commit c0c5fd1

Browse files
committed
Release rayon-core 1.10.2
1 parent 8cee824 commit c0c5fd1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Release rayon-core 1.10.2 (2023-01-22)
2+
3+
- Fixed miri-reported UB for SharedReadOnly tags protected by a call.
4+
15
# Release rayon 1.6.1 (2022-12-09)
26

37
- Simplified `par_bridge` to only pull one item at a time from the iterator,

ci/compat-Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rayon-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rayon-core"
3-
version = "1.10.1"
3+
version = "1.10.2"
44
authors = ["Niko Matsakis <niko@alum.mit.edu>",
55
"Josh Stone <cuviper@gmail.com>"]
66
description = "Core APIs for Rayon"

0 commit comments

Comments
 (0)