Skip to content

Commit dd874ac

Browse files
committed
Bump crate versions and dependencies
- Bump to rayon 1.2.1 and rayon-core 1.6.1. - Increase crossbeam-deque to 0.7.2 to avoid duping crossbeam-utils. - Increase demo's fixedbitset to 0.2.0 and glium to 0.25.1. - Regenerate compat-Cargo.lock with the most current versions possible.
1 parent 0c6338d commit dd874ac

File tree

4 files changed

+149
-110
lines changed

4 files changed

+149
-110
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 <niko@alum.mit.edu>",
66
"Josh Stone <cuviper@gmail.com>"]
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]

0 commit comments

Comments
 (0)