File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ exclude = [
62
62
[workspace .dependencies ]
63
63
# tidy-alphabetical-start
64
64
bitflags = " 2.9.3"
65
+ derive-where = " 1.6.0"
65
66
either = " 1.15.0"
66
67
indexmap = " 2.10.0"
67
68
itertools = " 0.12.1"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2024"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- derive-where = " 1.2.7 "
8
+ derive-where.workspace = true
9
9
rustc_data_structures = { path = " ../rustc_data_structures" , optional = true }
10
10
rustc_index = { path = " ../rustc_index" , default-features = false }
11
11
rustc_macros = { path = " ../rustc_macros" , optional = true }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
blake3 = " 1.5.2"
9
- derive-where = " 1.2.7 "
9
+ derive-where.workspace = true
10
10
indexmap.workspace = true
11
11
itoa = " 1.0"
12
12
md5 = { package = " md-5" , version = " 0.10.0" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
bitflags.workspace = true
9
- derive-where = " 1.2.7 "
9
+ derive-where.workspace = true
10
10
ena = " 0.14.3"
11
11
indexmap.workspace = true
12
12
rustc-hash.workspace = true
You can’t perform that action at this time.
0 commit comments