Update syn requirement from 1 to 2 for proc_macros

This commit is contained in:
2023-03-27 06:23:06 +00:00
committed by GitHub
parent f10c8251c3
commit b8a8b5fa6f
3 changed files with 17 additions and 8 deletions

View File

@@ -16,4 +16,4 @@ json = "0"
parse_duration = "2"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
syn = { version = "2", features = ["full"] }