Restrict syn features for in-tree components

This commit is contained in:
Anthony Ramine 2019-09-27 11:55:38 +02:00
parent 049527872e
commit 423cb124ba
8 changed files with 8 additions and 9 deletions

View file

@ -11,5 +11,5 @@ path = "lib.rs"
proc-macro = true
[dependencies]
syn = "0.15"
syn = { version = "0.15", default-features = false, features = ["derive", "parsing"] }
synstructure = "0.10"