1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 08:34:07 +02:00
This commit is contained in:
Robin Appelman 2025-02-23 22:42:59 +01:00
commit 19cd4f38ef
3 changed files with 42 additions and 41 deletions

View file

@ -12,9 +12,9 @@ name = "bitbuffer_derive"
proc-macro = true
[dependencies]
syn = { version = "2.0.66", features = ["extra-traits"] }
quote = "1.0.36"
proc-macro2 = "1.0.85"
syn = { version = "2.0.98", features = ["extra-traits"] }
quote = "1.0.38"
proc-macro2 = "1.0.93"
structmeta = "0.3.0"
merge = "0.1.0"