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

fix reading bool from sub-stream causing position to get out of sub-stream bounds

This commit is contained in:
Robin Appelman 2022-12-13 14:19:50 +01:00
commit 8bc758c237
3 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "bitbuffer"
version = "0.10.8"
version = "0.10.9"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
description = "Reading bit sequences from a byte slice"