1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 02:54:08 +02:00

derive: update to syn2 and structmeta

This commit is contained in:
Robin Appelman 2023-11-11 23:41:18 +01:00
commit 7aacb8a6eb
7 changed files with 332 additions and 86 deletions

View file

@ -12,10 +12,11 @@ edition = "2021"
proc-macro = true
[dependencies]
syn = "1.0.82"
quote = "1.0.10"
proc-macro2 = "1.0.33"
syn_util = "0.4.2"
syn = "2.0.39"
quote = "1.0.33"
proc-macro2 = "1.0.69"
structmeta = "0.2.0"
merge = "0.1.0"
[features]
__vbsp_as_self = []