Add proc-macro2 and quote to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote
2025-08-27 20:07:35 +10:00
parent d263d3a88c
commit 1ed5660266
5 changed files with 10 additions and 8 deletions

View File

@@ -68,6 +68,8 @@ itertools = "0.12.1"
# https://github.com/bytecodealliance/rustix/issues/1496 # https://github.com/bytecodealliance/rustix/issues/1496
libc = "=0.2.174" libc = "=0.2.174"
memchr = "2.7.5" memchr = "2.7.5"
proc-macro2 = "1.0.101"
quote = "1.0.40"
rustc-literal-escaper = "0.0.5" rustc-literal-escaper = "0.0.5"
serde_json = "1.0.142" serde_json = "1.0.142"
thin-vec = "0.2.14" thin-vec = "0.2.14"

View File

@@ -11,8 +11,8 @@ proc-macro = true
annotate-snippets = "0.11" annotate-snippets = "0.11"
fluent-bundle = "0.16" fluent-bundle = "0.16"
fluent-syntax = "0.12" fluent-syntax = "0.12"
proc-macro2 = "1" proc-macro2.workspace = true
quote = "1" quote.workspace = true
syn = { version = "2", features = ["full"] } syn = { version = "2", features = ["full"] }
unic-langid = { version = "0.9.0", features = ["macros"] } unic-langid = { version = "0.9.0", features = ["macros"] }
# tidy-alphabetical-end # tidy-alphabetical-end

View File

@@ -8,8 +8,8 @@ proc-macro = true
[dependencies] [dependencies]
# tidy-alphabetical-start # tidy-alphabetical-start
proc-macro2 = "1" proc-macro2.workspace = true
quote = "1" quote.workspace = true
syn = { version = "2.0.9", features = ["full", "extra-traits"] } syn = { version = "2.0.9", features = ["full", "extra-traits"] }
# tidy-alphabetical-end # tidy-alphabetical-end

View File

@@ -8,8 +8,8 @@ proc-macro = true
[dependencies] [dependencies]
# tidy-alphabetical-start # tidy-alphabetical-start
proc-macro2 = "1" proc-macro2.workspace = true
quote = "1" quote.workspace = true
syn = { version = "2.0.9", features = ["full"] } syn = { version = "2.0.9", features = ["full"] }
synstructure = "0.13.0" synstructure = "0.13.0"
# tidy-alphabetical-end # tidy-alphabetical-end

View File

@@ -8,8 +8,8 @@ proc-macro = true
[dependencies] [dependencies]
# tidy-alphabetical-start # tidy-alphabetical-start
proc-macro2 = "1" proc-macro2.workspace = true
quote = "1" quote.workspace = true
syn = { version = "2.0.9", features = ["full"] } syn = { version = "2.0.9", features = ["full"] }
synstructure = "0.13.0" synstructure = "0.13.0"
# tidy-alphabetical-end # tidy-alphabetical-end