Skip to content

Commit

Permalink
chore: prepare 0.5.1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Oct 26, 2022
1 parent 7e60625 commit 7197cb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pbjson-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pbjson-build"
version = "0.5.0"
version = "0.5.1"
authors = ["Raphael Taylor-Davies <[email protected]>"]
edition = "2021"
description = "Generates Serialize and Deserialize implementations for prost message types"
Expand Down
2 changes: 1 addition & 1 deletion pbjson-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pbjson-test"
version = "0.5.0"
version = "0.5.1"
authors = ["Raphael Taylor-Davies <[email protected]>"]
edition = "2021"
description = "Test resources for pbjson converion"
Expand Down
2 changes: 1 addition & 1 deletion pbjson-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pbjson-types"
version = "0.5.0"
version = "0.5.1"
authors = ["Raphael Taylor-Davies <[email protected]>"]
description = "Protobuf well known types with serde serialization support"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pbjson/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pbjson"
version = "0.5.0"
version = "0.5.1"
authors = ["Raphael Taylor-Davies <[email protected]>"]
edition = "2021"
description = "Utilities for pbjson conversion"
Expand Down

0 comments on commit 7197cb4

Please sign in to comment.