File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3297,8 +3297,7 @@ dependencies = [
3297
3297
[[package ]]
3298
3298
name = " rustc-rayon"
3299
3299
version = " 0.5.1"
3300
- source = " registry+https://github.com/rust-lang/crates.io-index"
3301
- checksum = " 2cd9fb077db982d7ceb42a90471e5a69a990b58f71e06f0d8340bb2cf35eb751"
3300
+ source = " git+https://github.com/lqd/rustc-rayon?branch=pr-12#b6ce2659d4cb4d4524c45fd6dfa52c4e29043162"
3302
3301
dependencies = [
3303
3302
" either" ,
3304
3303
" indexmap" ,
@@ -3308,13 +3307,13 @@ dependencies = [
3308
3307
[[package ]]
3309
3308
name = " rustc-rayon-core"
3310
3309
version = " 0.5.0"
3311
- source = " registry+https://github.com/rust-lang/crates.io-index"
3312
- checksum = " 67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
3310
+ source = " git+https://github.com/lqd/rustc-rayon?branch=pr-12#b6ce2659d4cb4d4524c45fd6dfa52c4e29043162"
3313
3311
dependencies = [
3314
3312
" crossbeam-channel" ,
3315
3313
" crossbeam-deque" ,
3316
3314
" crossbeam-utils" ,
3317
3315
" num_cpus" ,
3316
+ " smallvec" ,
3318
3317
]
3319
3318
3320
3319
[[package ]]
Original file line number Diff line number Diff line change @@ -94,3 +94,7 @@ codegen-units = 1
94
94
# FIXME: LTO cannot be enabled for binaries in a workspace
95
95
# <https://github.com/rust-lang/cargo/issues/9330>
96
96
# lto = true
97
+
98
+ [patch .crates-io ]
99
+ rustc-rayon = { git = " https://github.com/lqd/rustc-rayon" , branch = " pr-12" }
100
+ rustc-rayon-core = { git = " https://github.com/lqd/rustc-rayon" , branch = " pr-12" }
You can’t perform that action at this time.
0 commit comments