1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-04 00:54:07 +02:00
This commit is contained in:
Robin Appelman 2019-03-05 21:46:47 +01:00
commit e5f22e11af
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ travis-ci = { repository = "icewind1991/bitstream_reader" }
[dependencies] [dependencies]
num-traits = "0.2" num-traits = "0.2"
bitstream_reader_derive = { version = "0.3", path = "bitstream_reader_derive" } bitstream_reader_derive = { version = "0.4", path = "bitstream_reader_derive" }
[dev-dependencies] [dev-dependencies]
maplit = "1.0.1" maplit = "1.0.1"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "bitstream_reader_derive" name = "bitstream_reader_derive"
version = "0.3.1" version = "0.4.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"
@ -17,4 +17,4 @@ quote = "0.6"
proc-macro2 = "0.4" proc-macro2 = "0.4"
[dev-dependencies] [dev-dependencies]
bitstream_reader = { version = "0.3", path = ".." } bitstream_reader = { version = "0.4", path = ".." }