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