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 2019-08-27 02:14:53 +02:00
commit 6b911f4324
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "bitstream_reader"
version = "0.5.1"
version = "0.6.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Reading bit sequences from a byte slice"
@ -12,7 +12,7 @@ travis-ci = { repository = "icewind1991/bitstream_reader" }
[dependencies]
num-traits = "0.2"
bitstream_reader_derive = { version = "0.5", path = "bitstream_reader_derive" }
bitstream_reader_derive = { version = "0.6", path = "bitstream_reader_derive" }
[dev-dependencies]
maplit = "1.0.1"

View file

@ -1,6 +1,6 @@
[package]
name = "bitstream_reader_derive"
version = "0.5.0"
version = "0.6.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Reading bit sequences from a byte slice"
@ -18,4 +18,4 @@ proc-macro2 = "0.4"
syn_util = {version = "0.2", git = "https://github.com/icewind1991/syn_util", branch = "lit-cast"}
[dev-dependencies]
bitstream_reader = { version = "0.5", path = ".." }
bitstream_reader = { version = "0.6", path = ".." }