Skip to content

Commit be18635

Browse files
committed
release: deku and deku-derive release
1 parent 2d615e4 commit be18635

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 = "2021"
44
name = "deku"
5-
version = "0.17.1"
5+
version = "0.18.0"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/sharksforarms/deku"
88
keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
@@ -29,7 +29,7 @@ error_in_core = []
2929
bits = ["dep:bitvec", "deku_derive/bits"]
3030

3131
[dependencies]
32-
deku_derive = { version = "^0.17.0", path = "deku-derive", default-features = false}
32+
deku_derive = { version = "^0.18.0", path = "deku-derive", default-features = false}
3333
bitvec = { version = "1.0.1", default-features = false, optional = true }
3434
log = { version = "0.4.22", optional = true }
3535
no_std_io = { version = "0.8.0", default-features = false, features = ["alloc"], package = "no_std_io2" }

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 = "2021"
44
name = "deku_derive"
5-
version = "0.17.0"
5+
version = "0.18.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)