mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update syn to 0.11
The last remnants of syn 0.10 are due to the WR stack still using serde_codegen to build on stable, but that isn't actually used in servo.
This commit is contained in:
parent
7b334d84be
commit
626e212fcb
4 changed files with 36 additions and 36 deletions
|
@ -10,5 +10,5 @@ path = "lib.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "0.10"
|
||||
synstructure = "0.4"
|
||||
syn = "0.11"
|
||||
synstructure = "0.5"
|
||||
|
|
|
@ -10,5 +10,5 @@ path = "lib.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "0.10"
|
||||
syn = "0.11"
|
||||
quote = "0.3"
|
||||
|
|
|
@ -10,6 +10,6 @@ path = "lib.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "0.10"
|
||||
quote = "0.3"
|
||||
synstructure = "0.4"
|
||||
syn = "0.11"
|
||||
synstructure = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue