Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Nov 27, 2024
1 parent bfb6b73 commit 3fe5f20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/postcard-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postcard-derive"
version = "0.2.0"
version = "0.2.1"
authors = [
"Lachlan Sneff <[email protected]>",
"James Munns <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion source/postcard-dyn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ features = ["use-std"]
path = "../postcard"

[dependencies.postcard-schema]
version = "0.1"
version = "0.2"
features = ["use-std", "derive"]
path = "../postcard-schema"
2 changes: 1 addition & 1 deletion source/postcard-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postcard-schema"
version = "0.1.0"
version = "0.2.0"
authors = ["James Munns <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion source/postcard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postcard"
version = "1.1.0"
version = "1.1.1"
authors = ["James Munns <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 3fe5f20

Please sign in to comment.