Skip to content

Commit

Permalink
Fix incorrect syn features (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcchut committed Apr 25, 2024
1 parent eb3dc90 commit 977c7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0", default-features = false }
quote = { version = "1.0", default-features = false }
syn = { version = "2.0", features = ["full", "visit-mut"], default-features = false }
syn = { version = "2.0", features = ["full", "visit-mut", "parsing", "printing", "proc-macro", "clone-impls"], default-features = false }

[dev-dependencies]
futures-executor = "0.3"
Expand Down

0 comments on commit 977c7d0

Please sign in to comment.