Skip to content

Commit 401678e

Browse files
bors[bot]cuviper
andauthored
709: Release rayon 1.2.1 / rayon-core 1.6.1 r=cuviper a=cuviper Co-authored-by: Josh Stone <[email protected]>
2 parents 73b1061 + 33e9843 commit 401678e

File tree

11 files changed

+215
-142
lines changed

11 files changed

+215
-142
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rayon"
33
# Reminder to update html_rool_url in lib.rs when updating version
4-
version = "1.2.0"
4+
version = "1.2.1"
55
authors = ["Niko Matsakis <[email protected]>",
66
"Josh Stone <[email protected]>"]
77
description = "Simple work-stealing parallelism for Rust"
@@ -18,8 +18,8 @@ members = ["rayon-demo", "rayon-core", "rayon-futures"]
1818
exclude = ["ci"]
1919

2020
[dependencies]
21-
rayon-core = { version = "1.6.0", path = "rayon-core" }
22-
crossbeam-deque = "0.7"
21+
rayon-core = { version = "1.6.1", path = "rayon-core" }
22+
crossbeam-deque = "0.7.2"
2323

2424
# This is a public dependency!
2525
[dependencies.either]

RELEASES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release rayon 1.2.1 / rayon-core 1.6.1 (2019-11-20)
2+
3+
- Update crossbeam dependencies.
4+
- Add top-level doc links for the iterator traits.
5+
- Document that the iterator traits are not object safe.
6+
7+
## Contributors
8+
9+
Thanks to all of the contributors for this release!
10+
11+
- @cuviper
12+
- @dnaka91
13+
- @matklad
14+
- @nikomatsakis
15+
- @Qqwy
16+
- @vorner
17+
18+
119
# Release rayon 1.2.0 / rayon-core 1.6.0 (2019-08-30)
220

321
- The new `ParallelIterator::copied()` converts an iterator of references into

0 commit comments

Comments
 (0)