Skip to content

Commit

Permalink
Bump crate versions and dependencies
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
cuviper committed Nov 20, 2019
1 parent 0c6338d commit dd874ac
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 110 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit dd874ac

Please sign in to comment.