1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00
This commit is contained in:
Robin Appelman 2024-06-15 15:21:23 +02:00
commit d989565775
7 changed files with 76 additions and 85 deletions

View file

@ -9,17 +9,17 @@ repository = "https://github.com/icewind1991/bitbuffer"
rust-version = "1.65.0"
[dependencies]
num-traits = "0.2.18"
thiserror = "1.0.58"
num-traits = "0.2.19"
thiserror = "1.0.61"
bitbuffer_derive = { version = "0.11.0", path = "bitbuffer_derive" }
memchr = "2.7.2"
serde = { version = "1.0.197", features = ["derive"], optional = true }
schemars = { version = "0.8.16", optional = true }
memchr = "2.7.4"
serde = { version = "1.0.203", features = ["derive"], optional = true }
schemars = { version = "0.8.21", optional = true }
[dev-dependencies]
maplit = "1.0.2"
iai = "0.1.1"
serde_json = "1.0.115"
serde_json = "1.0.117"
[[bench]]
name = "bench"