mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Restrict syn features for in-tree components
This commit is contained in:
parent
049527872e
commit
423cb124ba
8 changed files with 8 additions and 9 deletions
|
@ -12,5 +12,5 @@ proc-macro = true
|
|||
|
||||
[dependencies]
|
||||
proc-macro2 = "0.4"
|
||||
syn = "0.15"
|
||||
syn = { version = "0.15", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||
synstructure = "0.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue