Skip to content

Commit

Permalink
Update to latest rayon
Browse files Browse the repository at this point in the history
This is also a tiny perf win (2.467B instructions to 2.429B
instructions for slow_before.rs).
  • Loading branch information
Wilfred committed Aug 8, 2023
1 parent 4fdc8ee commit 1e97003
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ walkdir = "2.3.3"
const_format = "0.2.22"
owo-colors = "3.5.0"
wu-diff = "0.1.2"
# rayon 1.7 requires rust 1.59
rayon = "1.6.1"
rayon = "1.7.0"
tree_magic_mini = "3.0.2"
# bumpalo 3.12 requires rust 1.60
bumpalo = "3.11.1"
Expand All @@ -75,7 +74,7 @@ pretty_assertions = "1.3.0"

[build-dependencies]
cc = "1.0.78"
rayon = "1.6.1"
rayon = "1.7.0"
version_check = "0.9.4"

[profile.release]
Expand Down

0 comments on commit 1e97003

Please sign in to comment.