We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9a40a commit 192a896Copy full SHA for 192a896
src/librustc_data_structures/Cargo.toml
@@ -16,8 +16,8 @@ serialize = { path = "../libserialize" }
16
cfg-if = "0.1.2"
17
stable_deref_trait = "1.0.0"
18
parking_lot_core = "0.2.8"
19
-rustc-rayon = "0.1.0"
20
-rustc-rayon-core = "0.1.0"
+rustc-rayon = { git = "https://github.com/Zoxc/rayon.git", branch = "fiber" }
+rustc-rayon-core = { git = "https://github.com/Zoxc/rayon.git", branch = "fiber" }
21
rustc-hash = "1.0.1"
22
23
[dependencies.parking_lot]
0 commit comments