about summary refs log tree commit diff
path: root/Cargo.toml
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 /Cargo.toml
parent2b26476ccd8c5a6c03ba513b37381ebb6532c980 (diff)
downloadrust-e692c97ad3f6beb59617b9720f30f616e5fbc431.tar.gz
rust-e692c97ad3f6beb59617b9720f30f616e5fbc431.zip
Add `derive-where` to `[workspace.dependencies]`.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fc161df5b2b..171138481c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,6 +62,7 @@ exclude = [
 [workspace.dependencies]
 # tidy-alphabetical-start
 bitflags = "2.9.3"
+derive-where = "1.6.0"
 either = "1.15.0"
 indexmap = "2.10.0"
 itertools = "0.12.1"