Skip to content

Commit

Permalink
fix(oxc_ast_macros): fix syn lacking features to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Aug 6, 2024
1 parent 6133761 commit f290191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_ast_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit f290191

Please sign in to comment.