1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00

remove memchr

This commit is contained in:
Robin Appelman 2025-07-14 20:06:45 +02:00
commit 02918d3470
3 changed files with 4 additions and 3 deletions

View file

@ -12,7 +12,6 @@ rust-version = "1.74.0"
num-traits = "0.2.19"
thiserror = "2.0.11"
bitbuffer_derive = { version = "0.11.0", path = "bitbuffer_derive" }
memchr = "2.7.4"
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 }