Skip to content

Commit

Permalink
release: deku and deku-derive release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharksforarms committed Feb 28, 2023
1 parent 75edd42 commit 99a33f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["sharks <sharks@sharks>"]
edition = "2018"
name = "deku"
version = "0.15.1"
version = "0.16.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sharksforarms/deku"
keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
Expand All @@ -26,7 +26,7 @@ logging = ["deku_derive/logging", "log"]
const_generics = []

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

Expand Down
2 changes: 1 addition & 1 deletion deku-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["sharks <sharks@sharks>"]
edition = "2018"
name = "deku_derive"
version = "0.15.1"
version = "0.16.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sharksforarms/deku"
description = "bit level serialization/deserialization proc-macro for structs"
Expand Down

0 comments on commit 99a33f8

Please sign in to comment.