File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ jobserver = "0.1"
17
17
lazy_static = " 1.0.0"
18
18
log = { version = " 0.4" , features = [" release_max_level_info" , " std" ] }
19
19
proc_macro = { path = " ../libproc_macro" }
20
- rustc-rayon = " 0.1.0 "
21
- rustc-rayon-core = " 0.1.0 "
20
+ rustc-rayon-core = { git = " https://github.com/Zoxc/rayon.git " , branch = " rustc " }
21
+ rustc-rayon = { git = " https://github.com/Zoxc/rayon.git " , branch = " rustc " }
22
22
rustc_apfloat = { path = " ../librustc_apfloat" }
23
23
rustc_target = { path = " ../librustc_target" }
24
24
rustc_data_structures = { path = " ../librustc_data_structures" }
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ serialize = { path = "../libserialize" }
16
16
cfg-if = " 0.1.2"
17
17
stable_deref_trait = " 1.0.0"
18
18
parking_lot_core = " 0.2.8"
19
- rustc-rayon = " 0.1.0 "
20
- rustc-rayon-core = " 0.1.0 "
19
+ rustc-rayon-core = { git = " https://github.com/Zoxc/rayon.git " , branch = " rustc " }
20
+ rustc-rayon = { git = " https://github.com/Zoxc/rayon.git " , branch = " rustc " }
21
21
22
22
[dependencies .parking_lot ]
23
23
version = " 0.5"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ arena = { path = "../libarena" }
13
13
graphviz = { path = " ../libgraphviz" }
14
14
log = " 0.4"
15
15
env_logger = { version = " 0.5" , default-features = false }
16
- rustc-rayon = " 0.1.0 "
16
+ rustc-rayon = { git = " https://github.com/Zoxc/rayon.git " , branch = " rustc " }
17
17
scoped-tls = { version = " 0.1.1" , features = [" nightly" ] }
18
18
rustc = { path = " ../librustc" }
19
19
rustc_allocator = { path = " ../librustc_allocator" }
You can’t perform that action at this time.
0 commit comments