1
Fork 0

Bump syn now that it doesn't affect diagnostics anymore

This commit is contained in:
Oli Scherer 2023-07-25 12:56:34 +00:00
parent ff8fe76c0e
commit cf325e8187
4 changed files with 109 additions and 111 deletions

View file

@ -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"