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 2025-02-23 22:42:59 +01:00
commit 19cd4f38ef
3 changed files with 42 additions and 41 deletions

View file

@ -10,16 +10,16 @@ rust-version = "1.65.0"
[dependencies]
num-traits = "0.2.19"
thiserror = "1.0.61"
thiserror = "2.0.11"
bitbuffer_derive = { version = "0.11.0", path = "bitbuffer_derive" }
memchr = "2.7.4"
serde = { version = "1.0.203", features = ["derive"], optional = true }
serde = { version = "1.0.218", 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.117"
serde_json = "1.0.139"
[[bench]]
name = "bench"