mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 08:34:07 +02:00
update dependencies
This commit is contained in:
parent
efed5a68cb
commit
9171f87a4a
3 changed files with 53 additions and 53 deletions
|
|
@ -12,10 +12,10 @@ name = "bitbuffer_derive"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "2.0.38", features = ["extra-traits"] }
|
||||
quote = "1.0.33"
|
||||
proc-macro2 = "1.0.69"
|
||||
structmeta = "0.2.0"
|
||||
syn = { version = "2.0.58", features = ["extra-traits"] }
|
||||
quote = "1.0.35"
|
||||
proc-macro2 = "1.0.79"
|
||||
structmeta = "0.3.0"
|
||||
merge = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue