about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-08-22 07:11:24 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-08-27 13:59:32 +1000
commit82c4b9c51b0257e2ad33903bc730cd4a6a69217b (patch)
tree106ef13daaf2e114c7a56a4b75c748b7ce5cdc14 /compiler/rustc_data_structures
parent777e2d6a2aa92be8f966c147b0d5c96930873807 (diff)
downloadrust-82c4b9c51b0257e2ad33903bc730cd4a6a69217b.tar.gz
rust-82c4b9c51b0257e2ad33903bc730cd4a6a69217b.zip
Add `bitflags` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 1ed9c7d7ddc..f8040e516ed 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
 [dependencies]
 # tidy-alphabetical-start
 arrayvec = { version = "0.7", default-features = false }
-bitflags = "2.4.1"
+bitflags.workspace = true
 either = "1.0"
 elsa = "1.11.0"
 ena = "0.14.3"