diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-22 07:11:24 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 13:59:32 +1000 |
| commit | 82c4b9c51b0257e2ad33903bc730cd4a6a69217b (patch) | |
| tree | 106ef13daaf2e114c7a56a4b75c748b7ce5cdc14 /compiler/rustc_parse | |
| parent | 777e2d6a2aa92be8f966c147b0d5c96930873807 (diff) | |
| download | rust-82c4b9c51b0257e2ad33903bc730cd4a6a69217b.tar.gz rust-82c4b9c51b0257e2ad33903bc730cd4a6a69217b.zip | |
Add `bitflags` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_parse')
| -rw-r--r-- | compiler/rustc_parse/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/Cargo.toml b/compiler/rustc_parse/Cargo.toml index c205c7a63ed..189ee6cccf7 100644 --- a/compiler/rustc_parse/Cargo.toml +++ b/compiler/rustc_parse/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] # tidy-alphabetical-start -bitflags = "2.4.1" +bitflags.workspace = true rustc-literal-escaper = "0.0.5" rustc_ast = { path = "../rustc_ast" } rustc_ast_pretty = { path = "../rustc_ast_pretty" } |
