mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
fix(oxc_ast_macros): fix syn lacking features to build
This commit is contained in:
parent
61337613da
commit
f2901914f5
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
quote = { workspace = true }
|
||||
syn = { workspace = true, features = ["full"] }
|
||||
syn = { workspace = true, features = ["full", "parsing", "proc-macro", "printing"] }
|
||||
proc-macro2 = { workspace = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue