Skip to content

Commit

Permalink
Bump version to 0.2.3 for development
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 3, 2023
1 parent c2e4a1e commit 13149d2
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 @@ -3,7 +3,7 @@ name = "lightpack"
description = "A lightweight, no-std binary serialization library"
homepage = "https://github.com/ProjectLighthouseCAU/lightpack"
repository = "https://github.com/ProjectLighthouseCAU/lightpack"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
categories = ["encoding", "no-std"]
keywords = ["binary", "serialization", "deserialization", "no-std"]
Expand All @@ -12,7 +12,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lightpack-derive = { version = "0.2.2", path = "lightpack-derive" }
lightpack-derive = { version = "0.2.3", path = "lightpack-derive" }
byteorder = { workspace = true }

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion lightpack-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lightpack-derive"
description = "Implementation of #[derive(Size, Pack, Unpack)]"
homepage = "https://github.com/ProjectLighthouseCAU/lightpack"
repository = "https://github.com/ProjectLighthouseCAU/lightpack"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
categories = ["encoding", "no-std"]
license = "MIT"
Expand Down

0 comments on commit 13149d2

Please sign in to comment.