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 Sep 7, 2024
1 parent 2d615e4 commit be18635
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.17.1"
version = "0.18.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sharksforarms/deku"
keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
Expand All @@ -29,7 +29,7 @@ error_in_core = []
bits = ["dep:bitvec", "deku_derive/bits"]

[dependencies]
deku_derive = { version = "^0.17.0", path = "deku-derive", default-features = false}
deku_derive = { version = "^0.18.0", path = "deku-derive", default-features = false}
bitvec = { version = "1.0.1", default-features = false, optional = true }
log = { version = "0.4.22", optional = true }
no_std_io = { version = "0.8.0", default-features = false, features = ["alloc"], package = "no_std_io2" }
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.17.0"
version = "0.18.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 be18635

Please sign in to comment.