Skip to content

Commit

Permalink
[1.x] Update rustc-rayon to 0.5, and release 1.9.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 861fad7)
  • Loading branch information
cuviper committed Mar 25, 2023
1 parent 8ff3168 commit 11ac52c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rayon = { version = "1.5.3", 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.4", optional = true }
rustc-rayon = { package = "rustc-rayon", version = "0.5", optional = true }

[dependencies.hashbrown]
version = "0.13"
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
- The `serde_seq` module has been moved from the crate root to below the
`map` module.

- 1.9.3

- Bump the `rustc-rayon` dependency, for compiler use only.

- 1.9.2

- `IndexMap` and `IndexSet` both implement `arbitrary::Arbitrary<'_>` and
Expand Down

0 comments on commit 11ac52c

Please sign in to comment.