File tree 3 files changed +15
-10
lines changed
3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -1344,7 +1344,7 @@ dependencies = [
1344
1344
" fluent-syntax" ,
1345
1345
" intl-memoizer" ,
1346
1346
" intl_pluralrules" ,
1347
- " rustc-hash" ,
1347
+ " rustc-hash 1.1.0 " ,
1348
1348
" self_cell 0.10.3" ,
1349
1349
" smallvec" ,
1350
1350
" unic-langid" ,
@@ -2118,7 +2118,7 @@ dependencies = [
2118
2118
" anyhow" ,
2119
2119
" clap" ,
2120
2120
" fs-err" ,
2121
- " rustc-hash" ,
2121
+ " rustc-hash 1.1.0 " ,
2122
2122
" rustdoc-json-types" ,
2123
2123
" serde" ,
2124
2124
" serde_json" ,
@@ -2374,7 +2374,7 @@ dependencies = [
2374
2374
" memmap2" ,
2375
2375
" parking_lot" ,
2376
2376
" perf-event-open-sys" ,
2377
- " rustc-hash" ,
2377
+ " rustc-hash 1.1.0 " ,
2378
2378
" smallvec" ,
2379
2379
]
2380
2380
@@ -2942,7 +2942,7 @@ checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
2942
2942
dependencies = [
2943
2943
" datafrog" ,
2944
2944
" log" ,
2945
- " rustc-hash" ,
2945
+ " rustc-hash 1.1.0 " ,
2946
2946
]
2947
2947
2948
2948
[[package ]]
@@ -3315,6 +3315,11 @@ version = "1.1.0"
3315
3315
source = " registry+https://github.com/rust-lang/crates.io-index"
3316
3316
checksum = " 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3317
3317
3318
+ [[package ]]
3319
+ name = " rustc-hash"
3320
+ version = " 2.0.0"
3321
+ source = " git+https://github.com/adamreichold/rustc-hash/?branch=small-strings#6f0afc1216c5a6e67f0829facf466839ab7d845a"
3322
+
3318
3323
[[package ]]
3319
3324
name = " rustc-main"
3320
3325
version = " 0.0.0"
@@ -3675,7 +3680,7 @@ dependencies = [
3675
3680
" memmap2" ,
3676
3681
" parking_lot" ,
3677
3682
" portable-atomic" ,
3678
- " rustc-hash" ,
3683
+ " rustc-hash 2.0.0 " ,
3679
3684
" rustc-rayon" ,
3680
3685
" rustc-rayon-core" ,
3681
3686
" rustc_arena" ,
@@ -4355,7 +4360,7 @@ name = "rustc_pattern_analysis"
4355
4360
version = " 0.0.0"
4356
4361
dependencies = [
4357
4362
" derivative" ,
4358
- " rustc-hash" ,
4363
+ " rustc-hash 2.0.0 " ,
4359
4364
" rustc_apfloat" ,
4360
4365
" rustc_arena" ,
4361
4366
" rustc_data_structures" ,
@@ -4710,7 +4715,7 @@ name = "rustdoc-json-types"
4710
4715
version = " 0.1.0"
4711
4716
dependencies = [
4712
4717
" bincode" ,
4713
- " rustc-hash" ,
4718
+ " rustc-hash 1.1.0 " ,
4714
4719
" serde" ,
4715
4720
" serde_json" ,
4716
4721
]
@@ -5705,7 +5710,7 @@ version = "0.4.0"
5705
5710
source = " registry+https://github.com/rust-lang/crates.io-index"
5706
5711
checksum = " b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
5707
5712
dependencies = [
5708
- " rustc-hash" ,
5713
+ " rustc-hash 1.1.0 " ,
5709
5714
]
5710
5715
5711
5716
[[package ]]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ itertools = "0.11"
14
14
jobserver_crate = { version = " 0.1.27" , package = " jobserver" }
15
15
libc = " 0.2"
16
16
measureme = " 11"
17
- rustc-hash = " 1.1.0 "
17
+ rustc-hash = { git = " https://github.com/adamreichold/rustc-hash/ " , branch = " small-strings " }
18
18
rustc-rayon = { version = " 0.5.0" , optional = true }
19
19
rustc-rayon-core = { version = " 0.5.0" , optional = true }
20
20
rustc_arena = { path = " ../rustc_arena" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
derivative = " 2.2.0"
9
- rustc-hash = " 1.1.0 "
9
+ rustc-hash = { git = " https://github.com/adamreichold/rustc-hash/ " , branch = " small-strings " }
10
10
rustc_apfloat = " 0.2.0"
11
11
rustc_arena = { path = " ../rustc_arena" , optional = true }
12
12
rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
You can’t perform that action at this time.
0 commit comments