Skip to content

Commit 2109261

Browse files
authored
Merge pull request #228 from cuviper/rustc-rayon-0.4
Update rustc-rayon to 0.4
2 parents 793f6d1 + 8e7691d commit 2109261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rayon = { version = "1.4.1", optional = true }
2020

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

2525
[dependencies.hashbrown]
2626
version = "0.12"

0 commit comments

Comments
 (0)