1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00
This commit is contained in:
Robin Appelman 2021-07-15 23:10:55 +02:00
commit 0e5e7cc312
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "bitbuffer"
version = "0.8.1"
version = "0.9.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Reading bit sequences from a byte slice"
@ -10,7 +10,7 @@ repository = "https://github.com/icewind1991/bitbuffer"
[dependencies]
num-traits = "0.2"
err-derive = "0.2.2"
bitbuffer_derive = { version = "0.8", path = "bitbuffer_derive" }
bitbuffer_derive = { version = "0.9", path = "bitbuffer_derive" }
memchr = "2.2"
[dev-dependencies]