Skip to content

Commit ab02e68

Browse files
committed
Release 1.10.1
1 parent be12615 commit ab02e68

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.1 (2022-11-18)
2+
3+
- Fixed a race condition with threads going to sleep while a broadcast starts.
4+
15
# Release rayon 1.6.0 / rayon-core 1.10.0 (2022-11-18)
26

37
- The minimum supported `rustc` is now 1.56.

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.0"
3+
version = "1.10.1"
44
authors = ["Niko Matsakis <[email protected]>",
55
"Josh Stone <[email protected]>"]
66
description = "Core APIs for Rayon"

0 commit comments

Comments
 (0)