chore(deps): move proc-macro and syn to workspace deps (#3492)

This commit is contained in:
Matthias Seitz
2023-06-30 10:51:48 +02:00
committed by GitHub
parent 3d91383dfe
commit 50f4e5de9a
5 changed files with 76 additions and 73 deletions

View File

@ -11,9 +11,9 @@ repository.workspace = true
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
proc-macro2.workspace = true
syn = { version = "2.0", features = ["extra-traits"] }
quote = "1.0"
quote.workspace = true
regex = "1.6.0"
once_cell = "1.17.0"