mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Bump all in-tree components to syn 1
This commit is contained in:
parent
2d823d7721
commit
99ef7813f2
15 changed files with 94 additions and 86 deletions
|
@ -6,8 +6,8 @@ publish = false
|
|||
version = "0.0.1"
|
||||
|
||||
[dependencies]
|
||||
quote = "0.6.3"
|
||||
syn = { version = "0.15", default-features = false, features = ["clone-impls", "parsing"] }
|
||||
quote = "1"
|
||||
syn = { version = "1", default-features = false, features = ["clone-impls", "parsing"] }
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue