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 committed Jul 11, 2024
1 parent add0459 commit 4e79d59
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"] }

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

0 comments on commit 4e79d59

Please sign in to comment.