Update syn to `2.0` (#1342)

This commit is contained in:
Yotam Ofek 2024-06-22 19:43:32 +03:00 committed by GitHub
parent d1edb4fd7b
commit 5cb9dcbda1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ license = "Apache-2.0"
proc-macro = true
[dependencies]
syn = { version="1.0", features = ["full"] }
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"