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

remove full reserve

this makes code a lot simpler
This commit is contained in:
Robin Appelman 2021-07-24 16:25:25 +02:00
commit 2a1718b5f6
4 changed files with 40 additions and 449 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "bitbuffer_derive"
version = "0.9.0"
version = "0.10.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Reading bit sequences from a byte slice"
@ -18,4 +18,4 @@ proc-macro2 = "1.0"
syn_util = "0.4"
[dev-dependencies]
bitbuffer = { version = "0.9", path = ".." }
bitbuffer = { version = "0.10", path = ".." }