Skip to content

Commit

Permalink
🔧 Fixed syn
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Jul 31, 2024
1 parent aa7568e commit 4da5cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ proc-macro = true

[dependencies]
quote = "1.0"
syn = "2.0.62"
syn = { version = "2.0.62", features = ["full"] }
proc-macro2 = "1.0"

0 comments on commit 4da5cbf

Please sign in to comment.