Skip to content

Commit 1e7e800

Browse files
committed
misc
1 parent bc8512a commit 1e7e800

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/librustc_driver/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ arena = { path = "../libarena" }
1313
graphviz = { path = "../libgraphviz" }
1414
log = "0.4"
1515
env_logger = { version = "0.5", default-features = false }
16-
rustc-rayon = "0.1.0"
16+
17+
rustc-rayon-core = { git = "https://github.com/Zoxc/rayon.git", branch = "fiber" }
18+
rustc-rayon = { git = "https://github.com/Zoxc/rayon.git", branch = "fiber" }
19+
1720
scoped-tls = { version = "0.1.1", features = ["nightly"] }
1821
rustc = { path = "../librustc" }
1922
rustc_allocator = { path = "../librustc_allocator" }

0 commit comments

Comments
 (0)