1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-08-02 12:14:49 +02:00

cargo updates

This commit is contained in:
Robin Appelman 2026-08-01 19:17:22 +02:00
commit 29063457f4
11 changed files with 241 additions and 128 deletions

View file

@ -2,7 +2,7 @@
name = "bitbuffer_derive"
version = "0.11.3"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
edition = "2021"
description = "Reading bit sequences from a byte slice"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/icewind/bitbuffer"
@ -12,11 +12,11 @@ name = "bitbuffer_derive"
proc-macro = true
[dependencies]
syn = { version = "2.0.98", features = ["extra-traits"] }
syn = { version = "3.0.3", features = ["extra-traits"] }
quote = "1.0.38"
proc-macro2 = "1.0.93"
structmeta = "0.3.0"
merge = "0.2.0"
structmeta = "0.4.0"
merged = "0.3.0"
[dev-dependencies]
bitbuffer = { version = "0.11", path = ".." }