Skip to content

Commit 99a33f8

Browse files
committed
release: deku and deku-derive release
1 parent 75edd42 commit 99a33f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["sharks <sharks@sharks>"]
33
edition = "2018"
44
name = "deku"
5-
version = "0.15.1"
5+
version = "0.16.0"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/sharksforarms/deku"
88
keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
@@ -26,7 +26,7 @@ logging = ["deku_derive/logging", "log"]
2626
const_generics = []
2727

2828
[dependencies]
29-
deku_derive = { version = "^0.15.0", path = "deku-derive", default-features = false}
29+
deku_derive = { version = "^0.16.0", path = "deku-derive", default-features = false}
3030
bitvec = { version = "1.0.1", default-features = false }
3131
log = { version = "0.4.17", optional = true }
3232

deku-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["sharks <sharks@sharks>"]
33
edition = "2018"
44
name = "deku_derive"
5-
version = "0.15.1"
5+
version = "0.16.0"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/sharksforarms/deku"
88
description = "bit level serialization/deserialization proc-macro for structs"

0 commit comments

Comments
 (0)