Skip to content

Commit

Permalink
Merge #709
Browse files Browse the repository at this point in the history
709: Release rayon 1.2.1 / rayon-core 1.6.1 r=cuviper a=cuviper



Co-authored-by: Josh Stone <cuviper@gmail.com>
  • Loading branch information
bors[bot] and cuviper committed Nov 20, 2019
2 parents 73b1061 + 33e9843 commit 401678e
Show file tree
Hide file tree
Showing 11 changed files with 215 additions and 142 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rayon"
# Reminder to update html_rool_url in lib.rs when updating version
version = "1.2.0"
version = "1.2.1"
authors = ["Niko Matsakis <niko@alum.mit.edu>",
"Josh Stone <cuviper@gmail.com>"]
description = "Simple work-stealing parallelism for Rust"
Expand All @@ -18,8 +18,8 @@ members = ["rayon-demo", "rayon-core", "rayon-futures"]
exclude = ["ci"]

[dependencies]
rayon-core = { version = "1.6.0", path = "rayon-core" }
crossbeam-deque = "0.7"
rayon-core = { version = "1.6.1", path = "rayon-core" }
crossbeam-deque = "0.7.2"

# This is a public dependency!
[dependencies.either]
Expand Down
18 changes: 18 additions & 0 deletions RELEASES.md
@@ -1,3 +1,21 @@
# Release rayon 1.2.1 / rayon-core 1.6.1 (2019-11-20)

- Update crossbeam dependencies.
- Add top-level doc links for the iterator traits.
- Document that the iterator traits are not object safe.

## Contributors

Thanks to all of the contributors for this release!

- @cuviper
- @dnaka91
- @matklad
- @nikomatsakis
- @Qqwy
- @vorner


# Release rayon 1.2.0 / rayon-core 1.6.0 (2019-08-30)

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

0 comments on commit 401678e

Please sign in to comment.