Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tephrocactus committed Dec 24, 2023
1 parent 37c5945 commit 2407a13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lbs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lbs"
version = "0.4.0"
version = "0.4.1"
authors = ["Roman Kuzmin <me@tephro.ru>"]
edition = "2021"
description = "Lazy Binary Serialization"
Expand All @@ -12,7 +12,7 @@ keywords = ["serialization", "encoding", "binary"]
categories = ["encoding"]

[dependencies]
lbs_derive = { version = "0.4.0", path = "../lbs_derive" }
lbs_derive = { version = "0.4.1", path = "../lbs_derive" }
thiserror = "1.0"
chrono = { version = "0.4", optional = true }
smallvec = { version = "1.11", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lbs_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lbs_derive"
version = "0.4.0"
version = "0.4.1"
authors = ["Roman Kuzmin <me@tephro.ru>"]
edition = "2021"
description = "Lazy Binary Serialization (derive)"
Expand Down
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test"
version = "0.4.0"
version = "0.4.1"
authors = ["Roman Kuzmin <me@tephro.ru>"]
edition = "2021"
publish = false
Expand Down

0 comments on commit 2407a13

Please # to comment.