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 May 23, 2024
1 parent e8ee418 commit 7ce4d86
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 = "2021"
name = "deku"
version = "0.16.0"
version = "0.17.0"
license = "MIT OR Apache-2.0"
repository = "/~https://github.com/sharksforarms/deku"
keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
Expand All @@ -27,7 +27,7 @@ logging = ["deku_derive/logging", "log"]
no-assert-string = ["deku_derive/no-assert-string"]

[dependencies]
deku_derive = { version = "^0.16.0", path = "deku-derive", default-features = false}
deku_derive = { version = "^0.17.0", path = "deku-derive", default-features = false}
bitvec = { version = "1.0.1", default-features = false }
log = { version = "0.4.21", optional = true }
no_std_io = { version = "0.6.0", default-features = false, features = ["alloc"] }
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 = "2021"
name = "deku_derive"
version = "0.16.0"
version = "0.17.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 7ce4d86

Please sign in to comment.