Skip to content

Commit

Permalink
Release rayon-core 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Sep 17, 2020
1 parent 5af9d7e commit 596ac46
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -19,7 +19,7 @@ members = ["rayon-demo", "rayon-core"]
exclude = ["ci"]

[dependencies]
rayon-core = { version = "1.8.0", path = "rayon-core" }
rayon-core = { version = "1.8.1", path = "rayon-core" }
crossbeam-deque = "0.7.2"

# This is a public dependency!
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
@@ -1,3 +1,9 @@
# Release rayon-core 1.8.1 (2020-09-17)

- Fixed an overflow panic on high-contention workloads, for a counter that was
meant to simply wrap. This panic only occurred with debug assertions enabled,
and was much more likely on 32-bit targets.

# Release rayon 1.4.0 / rayon-core 1.8.0 (2020-08-24)

- Implemented a new thread scheduler, [RFC 5], which uses targeted wakeups for
Expand Down

0 comments on commit 596ac46

Please sign in to comment.