Skip to content

Commit

Permalink
Update rustc-rayon to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 27, 2022
1 parent 275379c commit 3848879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rayon = { version = "1.4.1", optional = true }

# Internal feature, only used when building as part of rustc,
# not part of the stable interface of this crate.
rustc-rayon = { version = "0.3", optional = true }
rustc-rayon = { version = "0.4", optional = true }

[dependencies.hashbrown]
version = "0.11"
Expand Down

0 comments on commit 3848879

Please sign in to comment.