Skip to content

Commit 192a896

Browse files
committed
rayon abs
1 parent 9d9a40a commit 192a896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_data_structures/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ serialize = { path = "../libserialize" }
1616
cfg-if = "0.1.2"
1717
stable_deref_trait = "1.0.0"
1818
parking_lot_core = "0.2.8"
19-
rustc-rayon = "0.1.0"
20-
rustc-rayon-core = "0.1.0"
19+
rustc-rayon = { git = "https://github.com/Zoxc/rayon.git", branch = "fiber" }
20+
rustc-rayon-core = { git = "https://github.com/Zoxc/rayon.git", branch = "fiber" }
2121
rustc-hash = "1.0.1"
2222

2323
[dependencies.parking_lot]

0 commit comments

Comments
 (0)