mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
remove full reserve
this makes code a lot simpler
This commit is contained in:
parent
75e50b6707
commit
2a1718b5f6
4 changed files with 40 additions and 449 deletions
|
|
@ -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 = ".." }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue