mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
use syn_util 0.3
This commit is contained in:
parent
6b911f4324
commit
f190ccf320
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ proc-macro = true
|
||||||
syn = { version = "0.15" }
|
syn = { version = "0.15" }
|
||||||
quote = "0.6"
|
quote = "0.6"
|
||||||
proc-macro2 = "0.4"
|
proc-macro2 = "0.4"
|
||||||
syn_util = {version = "0.2", git = "https://github.com/icewind1991/syn_util", branch = "lit-cast"}
|
syn_util = "0.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bitstream_reader = { version = "0.6", path = ".." }
|
bitstream_reader = { version = "0.6", path = ".." }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue