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

derive 0.11.3

This commit is contained in:
Robin Appelman 2025-07-10 22:17:35 +02:00
commit 17f1ff9bcd
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -25,7 +25,7 @@ dependencies = [
[[package]]
name = "bitbuffer_derive"
version = "0.11.2"
version = "0.11.3"
dependencies = [
"bitbuffer",
"merge",

View file

@ -1,6 +1,6 @@
[package]
name = "bitbuffer_derive"
version = "0.11.2"
version = "0.11.3"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Reading bit sequences from a byte slice"