@@ -659,6 +659,16 @@ dependencies = [
659659 " crossbeam-utils 0.6.5" ,
660660]
661661
662+ [[package ]]
663+ name = " crossbeam-deque"
664+ version = " 0.7.1"
665+ source = " registry+https://github.com/rust-lang/crates.io-index"
666+ checksum = " b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
667+ dependencies = [
668+ " crossbeam-epoch 0.7.2" ,
669+ " crossbeam-utils 0.6.5" ,
670+ ]
671+
662672[[package ]]
663673name = " crossbeam-epoch"
664674version = " 0.3.1"
@@ -3074,8 +3084,8 @@ dependencies = [
30743084 " num_cpus" ,
30753085 " parking_lot 0.9.0" ,
30763086 " polonius-engine" ,
3077- " rustc-rayon" ,
3078- " rustc-rayon-core" ,
3087+ " rustc-rayon 0.3.0 " ,
3088+ " rustc-rayon-core 0.3.0 " ,
30793089 " rustc_apfloat" ,
30803090 " rustc_data_structures" ,
30813091 " rustc_errors" ,
@@ -3123,8 +3133,8 @@ dependencies = [
31233133 " rustc-ap-graphviz" ,
31243134 " rustc-ap-serialize" ,
31253135 " rustc-hash" ,
3126- " rustc-rayon" ,
3127- " rustc-rayon-core" ,
3136+ " rustc-rayon 0.2.0 " ,
3137+ " rustc-rayon-core 0.2.0 " ,
31283138 " smallvec" ,
31293139 " stable_deref_trait" ,
31303140]
@@ -3263,7 +3273,18 @@ checksum = "0d2e07e19601f21c59aad953c2632172ba70cb27e685771514ea66e4062b3363"
32633273dependencies = [
32643274 " crossbeam-deque 0.2.0" ,
32653275 " either" ,
3266- " rustc-rayon-core" ,
3276+ " rustc-rayon-core 0.2.0" ,
3277+ ]
3278+
3279+ [[package ]]
3280+ name = " rustc-rayon"
3281+ version = " 0.3.0"
3282+ source = " registry+https://github.com/rust-lang/crates.io-index"
3283+ checksum = " f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
3284+ dependencies = [
3285+ " crossbeam-deque 0.7.1" ,
3286+ " either" ,
3287+ " rustc-rayon-core 0.3.0" ,
32673288]
32683289
32693290[[package ]]
@@ -3278,6 +3299,19 @@ dependencies = [
32783299 " num_cpus" ,
32793300]
32803301
3302+ [[package ]]
3303+ name = " rustc-rayon-core"
3304+ version = " 0.3.0"
3305+ source = " registry+https://github.com/rust-lang/crates.io-index"
3306+ checksum = " ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
3307+ dependencies = [
3308+ " crossbeam-deque 0.7.1" ,
3309+ " crossbeam-queue" ,
3310+ " crossbeam-utils 0.6.5" ,
3311+ " lazy_static 1.3.0" ,
3312+ " num_cpus" ,
3313+ ]
3314+
32813315[[package ]]
32823316name = " rustc-serialize"
32833317version = " 0.3.24"
@@ -3398,8 +3432,8 @@ dependencies = [
33983432 " log" ,
33993433 " parking_lot 0.9.0" ,
34003434 " rustc-hash" ,
3401- " rustc-rayon" ,
3402- " rustc-rayon-core" ,
3435+ " rustc-rayon 0.3.0 " ,
3436+ " rustc-rayon-core 0.3.0 " ,
34033437 " rustc_index" ,
34043438 " serialize" ,
34053439 " smallvec" ,
@@ -3479,7 +3513,7 @@ dependencies = [
34793513 " log" ,
34803514 " once_cell" ,
34813515 " rustc" ,
3482- " rustc-rayon" ,
3516+ " rustc-rayon 0.3.0 " ,
34833517 " rustc_codegen_ssa" ,
34843518 " rustc_codegen_utils" ,
34853519 " rustc_data_structures" ,
@@ -3758,7 +3792,7 @@ version = "0.0.0"
37583792dependencies = [
37593793 " minifier" ,
37603794 " pulldown-cmark 0.5.3" ,
3761- " rustc-rayon" ,
3795+ " rustc-rayon 0.3.0 " ,
37623796 " tempfile" ,
37633797]
37643798
0 commit comments