about summary refs log tree commit diff
path: root/compiler/rustc_metadata
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_metadata
parent777e2d6a2aa92be8f966c147b0d5c96930873807 (diff)
downloadrust-82c4b9c51b0257e2ad33903bc730cd4a6a69217b.tar.gz
rust-82c4b9c51b0257e2ad33903bc730cd4a6a69217b.zip
Add `bitflags` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_metadata')
-rw-r--r--compiler/rustc_metadata/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/Cargo.toml b/compiler/rustc_metadata/Cargo.toml
index 1b40d9f684e..860b92c6a95 100644
--- a/compiler/rustc_metadata/Cargo.toml
+++ b/compiler/rustc_metadata/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
 
 [dependencies]
 # tidy-alphabetical-start
-bitflags = "2.4.1"
+bitflags.workspace = true
 libloading = "0.8.0"
 odht = { version = "0.3.1", features = ["nightly"] }
 rustc_abi = { path = "../rustc_abi" }