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

@ -6,19 +6,19 @@ edition = "2021"
description = "Reading bit sequences from a byte slice"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/icewind/bitbuffer"
rust-version = "1.82.0"
rust-version = "1.85.0"
[dependencies]
num-traits = "0.2.19"
thiserror = "2.0.11"
bitbuffer_derive = { version = "0.11.0", path = "bitbuffer_derive" }
serde = { version = "1.0.218", features = ["derive"], optional = true }
schemars = { version = "0.8.21", optional = true }
schemars_1 = { package = "schemars", version = "1.0.4", optional = true }
schemars = { version = "0.8.22", optional = true }
schemars_1 = { package = "schemars", version = "1.2.2", optional = true }
[dev-dependencies]
maplit = "1.0.2"
iai-callgrind = "0.15.2"
gungraun = "0.19.4"
serde_json = "1.0.139"
[profile.bench]