mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-04 00:54:07 +02:00
Update merge to 0.2.0 in bitbuffer_derive.
The old merge 0.1.0 used proc-macro-error, which is unmaintained. Fixes RUSTSEC-2024-0370 warning.
This commit is contained in:
parent
4799d26f0b
commit
5390c96e94
6 changed files with 29 additions and 41 deletions
|
|
@ -16,7 +16,7 @@ syn = { version = "2.0.98", features = ["extra-traits"] }
|
|||
quote = "1.0.38"
|
||||
proc-macro2 = "1.0.93"
|
||||
structmeta = "0.3.0"
|
||||
merge = "0.1.0"
|
||||
merge = "0.2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
bitbuffer = { version = "0.11", path = ".." }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue