Skip to content

Commit

Permalink
config_proc_macro: reduce syn's features
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy authored and ytmimi committed Sep 12, 2024
1 parent 2e66891 commit 6f41557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_proc_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full", "visit"] }
syn = { version = "2.0", default-features = false, features = ["full", "parsing", "proc-macro", "printing"] }

[dev-dependencies]
serde = { version = "1.0.160", features = ["derive"] }
Expand Down

0 comments on commit 6f41557

Please sign in to comment.