Skip to content

Commit b6cdc9d

Browse files
bors[bot]cuviper
andauthored
Merge #1013
1013: Release rayon-core 1.10.2 r=cuviper a=cuviper Co-authored-by: Josh Stone <[email protected]>
2 parents 8cee824 + c0c5fd1 commit b6cdc9d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

RELEASES.md

+4
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rayon-core/Cargo.toml

+1-1
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 <[email protected]>",
55
"Josh Stone <[email protected]>"]
66
description = "Core APIs for Rayon"

0 commit comments

Comments
 (0)