Bump syn now that it doesn't affect diagnostics anymore
This commit is contained in:
parent
ff8fe76c0e
commit
cf325e8187
4 changed files with 109 additions and 111 deletions
|
@ -8,7 +8,6 @@ proc-macro = true
|
|||
|
||||
[dependencies]
|
||||
synstructure = "0.13.0"
|
||||
# FIXME(Nilstrieb): Updating this causes changes in the diagnostics output.
|
||||
syn = { version = "=2.0.8", features = ["full"] }
|
||||
syn = { version = "2.0.9", features = ["full"] }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue