Skip to content

Commit 11ac52c

Browse files
committed
[1.x] Update rustc-rayon to 0.5, and release 1.9.3
(cherry picked from commit 861fad7)
1 parent 8ff3168 commit 11ac52c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rayon = { version = "1.5.3", optional = true }
2222

2323
# Internal feature, only used when building as part of rustc,
2424
# not part of the stable interface of this crate.
25-
rustc-rayon = { version = "0.4", optional = true }
25+
rustc-rayon = { package = "rustc-rayon", version = "0.5", optional = true }
2626

2727
[dependencies.hashbrown]
2828
version = "0.13"

RELEASES.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
- The `serde_seq` module has been moved from the crate root to below the
3232
`map` module.
3333

34+
- 1.9.3
35+
36+
- Bump the `rustc-rayon` dependency, for compiler use only.
37+
3438
- 1.9.2
3539

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

0 commit comments

Comments
 (0)