mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 08:34:07 +02:00
0.8.0
This commit is contained in:
parent
ffe2f350fb
commit
a3921ef4e6
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bitbuffer"
|
name = "bitbuffer"
|
||||||
version = "0.7.1"
|
version = "0.8.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Reading bit sequences from a byte slice"
|
description = "Reading bit sequences from a byte slice"
|
||||||
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/icewind1991/bitbuffer"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
err-derive = "0.2.2"
|
err-derive = "0.2.2"
|
||||||
bitbuffer_derive = { version = "0.7", path = "bitbuffer_derive" }
|
bitbuffer_derive = { version = "0.8", path = "bitbuffer_derive" }
|
||||||
memchr = "2.2"
|
memchr = "2.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bitbuffer_derive"
|
name = "bitbuffer_derive"
|
||||||
version = "0.7.1"
|
version = "0.8.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Reading bit sequences from a byte slice"
|
description = "Reading bit sequences from a byte slice"
|
||||||
|
|
@ -18,4 +18,4 @@ proc-macro2 = "1.0"
|
||||||
syn_util = "0.4"
|
syn_util = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
bitbuffer = { version = "0.7", path = ".." }
|
bitbuffer = { version = "0.8", path = ".." }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue