about summary refs log tree commit diff
path: root/compiler/rustc_next_trait_solver
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 22:08:35 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-28 20:11:52 +1000
commite692c97ad3f6beb59617b9720f30f616e5fbc431 (patch)
treeb4750e49bb17545c4719ed14afc6817b9ff5a987 /compiler/rustc_next_trait_solver
parent2b26476ccd8c5a6c03ba513b37381ebb6532c980 (diff)
downloadrust-e692c97ad3f6beb59617b9720f30f616e5fbc431.tar.gz
rust-e692c97ad3f6beb59617b9720f30f616e5fbc431.zip
Add `derive-where` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_next_trait_solver')
-rw-r--r--compiler/rustc_next_trait_solver/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_next_trait_solver/Cargo.toml b/compiler/rustc_next_trait_solver/Cargo.toml
index 8b66f30cf0e..43db90c08f3 100644
--- a/compiler/rustc_next_trait_solver/Cargo.toml
+++ b/compiler/rustc_next_trait_solver/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
 
 [dependencies]
 # tidy-alphabetical-start
-derive-where = "1.2.7"
+derive-where.workspace = true
 rustc_data_structures = { path = "../rustc_data_structures", optional = true }
 rustc_index = { path = "../rustc_index", default-features = false }
 rustc_macros = { path = "../rustc_macros", optional = true }