mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-04 00:54:07 +02:00
allow wildcard in enum parsing
This commit is contained in:
parent
8c378089ca
commit
c571326ed7
3 changed files with 49 additions and 8 deletions
|
|
@ -12,7 +12,7 @@ name = "bitstream_reader_derive"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "0.15"
|
||||
syn = { version = "0.15", features = ["full"] }
|
||||
quote = "0.6"
|
||||
proc-macro2 = "0.4"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue