Skip to content

Commit

Permalink
Minimize feature set used
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 27, 2023
1 parent 29fb39c commit 7a43048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ edition = "2021"
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["parsing"] }
syn = { version = "2.0", default-features = false, features = ["printing", "parsing", "derive", "proc-macro"] }
proc-macro2 = "1.0"
quote = "1.0"

0 comments on commit 7a43048

Please sign in to comment.