Skip to content

Commit

Permalink
Merge pull request #272 from klensy/syn-f
Browse files Browse the repository at this point in the history
syn: remove derive feature
  • Loading branch information
dtolnay committed Jul 7, 2024
2 parents 4a00d73 + 2fac940 commit 94a3165
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 @@ -18,7 +18,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.74"
quote = "1.0.35"
syn = { version = "2.0.46", features = ["full", "visit-mut"] }
syn = { version = "2.0.46", default-features = false, features = ["full", "visit-mut", "parsing", "printing", "proc-macro", "clone-impls"] }

[dev-dependencies]
futures = "0.3.30"
Expand Down

0 comments on commit 94a3165

Please sign in to comment.