diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 20:07:35 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-28 20:10:55 +1000 |
| commit | 1ed566026633c20f7bbb2d1d5edcf558dcb7ef37 (patch) | |
| tree | d1e5d38dbd965cd688c7bf0340cbbfb97b2a778c /compiler/rustc_fluent_macro | |
| parent | d263d3a88ce2d339a16587fdb60d60a208ea4f6b (diff) | |
| download | rust-1ed566026633c20f7bbb2d1d5edcf558dcb7ef37.tar.gz rust-1ed566026633c20f7bbb2d1d5edcf558dcb7ef37.zip | |
Add `proc-macro2` and `quote` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_fluent_macro')
| -rw-r--r-- | compiler/rustc_fluent_macro/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_fluent_macro/Cargo.toml b/compiler/rustc_fluent_macro/Cargo.toml index d7ef4280aef..60afd9aca87 100644 --- a/compiler/rustc_fluent_macro/Cargo.toml +++ b/compiler/rustc_fluent_macro/Cargo.toml @@ -11,8 +11,8 @@ proc-macro = true annotate-snippets = "0.11" fluent-bundle = "0.16" fluent-syntax = "0.12" -proc-macro2 = "1" -quote = "1" +proc-macro2.workspace = true +quote.workspace = true syn = { version = "2", features = ["full"] } unic-langid = { version = "0.9.0", features = ["macros"] } # tidy-alphabetical-end |
