Skip to content

Commit e692c97

Browse files
committed
Add derive-where to [workspace.dependencies].
1 parent 2b26476 commit e692c97

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ exclude = [
6262
[workspace.dependencies]
6363
# tidy-alphabetical-start
6464
bitflags = "2.9.3"
65+
derive-where = "1.6.0"
6566
either = "1.15.0"
6667
indexmap = "2.10.0"
6768
itertools = "0.12.1"

compiler/rustc_next_trait_solver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
derive-where = "1.2.7"
8+
derive-where.workspace = true
99
rustc_data_structures = { path = "../rustc_data_structures", optional = true }
1010
rustc_index = { path = "../rustc_index", default-features = false }
1111
rustc_macros = { path = "../rustc_macros", optional = true }

compiler/rustc_span/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
# tidy-alphabetical-start
88
blake3 = "1.5.2"
9-
derive-where = "1.2.7"
9+
derive-where.workspace = true
1010
indexmap.workspace = true
1111
itoa = "1.0"
1212
md5 = { package = "md-5", version = "0.10.0" }

compiler/rustc_type_ir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
# tidy-alphabetical-start
88
bitflags.workspace = true
9-
derive-where = "1.2.7"
9+
derive-where.workspace = true
1010
ena = "0.14.3"
1111
indexmap.workspace = true
1212
rustc-hash.workspace = true

0 commit comments

Comments
 (0)