Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-graj committed Jul 23, 2024
1 parent 3fab61d commit ea9d0e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin-proto-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bin-proto-derive"
version = "0.4.0"
version = "0.4.2"
authors = [
"Wojciech Graj <[email protected]>",
"Dylan McKay <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions bin-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bin-proto"
version = "0.4.1"
version = "0.4.2"
authors = [
"Wojciech Graj <[email protected]>",
"Dylan McKay <[email protected]>"
Expand All @@ -20,6 +20,6 @@ default = ["derive"]
derive = ["bin-proto-derive"]

[dependencies]
bin-proto-derive = { version = "0.4.0", path = "../bin-proto-derive", optional = true }
bin-proto-derive = { version = "0.4.2", path = "../bin-proto-derive", optional = true }
bitstream-io = "2.3.0"
thiserror = "1.0.61"

0 comments on commit ea9d0e9

Please sign in to comment.