1
0
Fork 0
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:
Robin Appelman 2019-06-22 14:13:52 +02:00
commit bbbce0f8cf
3 changed files with 15 additions and 9 deletions

View file

@ -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"