File tree 2 files changed +12
-7
lines changed
compiler/rustc_data_structures
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ dependencies = [
563
563
" chalk-derive" ,
564
564
" chalk-ir" ,
565
565
" chalk-solve" ,
566
- " rustc-hash" ,
566
+ " rustc-hash 1.1.0 " ,
567
567
" tracing" ,
568
568
]
569
569
@@ -590,7 +590,7 @@ dependencies = [
590
590
" indexmap" ,
591
591
" itertools 0.10.1" ,
592
592
" petgraph" ,
593
- " rustc-hash" ,
593
+ " rustc-hash 1.1.0 " ,
594
594
" tracing" ,
595
595
" tracing-subscriber" ,
596
596
" tracing-tree" ,
@@ -2250,7 +2250,7 @@ dependencies = [
2250
2250
" memmap2" ,
2251
2251
" parking_lot" ,
2252
2252
" perf-event-open-sys" ,
2253
- " rustc-hash" ,
2253
+ " rustc-hash 1.1.0 " ,
2254
2254
" smallvec" ,
2255
2255
]
2256
2256
@@ -2264,7 +2264,7 @@ dependencies = [
2264
2264
" memmap2" ,
2265
2265
" parking_lot" ,
2266
2266
" perf-event-open-sys" ,
2267
- " rustc-hash" ,
2267
+ " rustc-hash 1.1.0 " ,
2268
2268
" smallvec" ,
2269
2269
]
2270
2270
@@ -2775,7 +2775,7 @@ checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
2775
2775
dependencies = [
2776
2776
" datafrog" ,
2777
2777
" log" ,
2778
- " rustc-hash" ,
2778
+ " rustc-hash 1.1.0 " ,
2779
2779
]
2780
2780
2781
2781
[[package ]]
@@ -3306,6 +3306,11 @@ dependencies = [
3306
3306
" rustc-std-workspace-core" ,
3307
3307
]
3308
3308
3309
+ [[package ]]
3310
+ name = " rustc-hash"
3311
+ version = " 1.0.1"
3312
+ source = " git+https://github.com/Zoxc/rustc-hash/?branch=new-hash#a5a1e17e92967bb98ff8513d25a9bc07bf12caca"
3313
+
3309
3314
[[package ]]
3310
3315
name = " rustc-hash"
3311
3316
version = " 1.1.0"
@@ -3637,7 +3642,7 @@ dependencies = [
3637
3642
" measureme 10.0.0" ,
3638
3643
" memmap2" ,
3639
3644
" parking_lot" ,
3640
- " rustc-hash" ,
3645
+ " rustc-hash 1.0.1 " ,
3641
3646
" rustc-rayon" ,
3642
3647
" rustc-rayon-core" ,
3643
3648
" rustc_graphviz" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cfg-if = "0.1.2"
19
19
stable_deref_trait = " 1.0.0"
20
20
rayon = { version = " 0.3.2" , package = " rustc-rayon" }
21
21
rayon-core = { version = " 0.3.2" , package = " rustc-rayon-core" }
22
- rustc-hash = " 1.1.0 "
22
+ rustc-hash = { git = " https://github.com/Zoxc/rustc-hash/ " , branch = " new-hash " }
23
23
smallvec = { version = " 1.6.1" , features = [" union" , " may_dangle" ] }
24
24
rustc_index = { path = " ../rustc_index" , package = " rustc_index" }
25
25
bitflags = " 1.2.1"
You can’t perform that action at this time.
0 commit comments