Skip to content

Commit

Permalink
chore: prepare 0.6.0 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Sep 18, 2023
1 parent 362f52c commit 255585b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1"
version = "0.6.0"
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
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.1"
version = "0.6.0"
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
edition = "2021"
description = "Test resources for pbjson converion"
Expand Down
6 changes: 3 additions & 3 deletions 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.1"
version = "0.6.0"
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
description = "Protobuf well known types with serde serialization support"
edition = "2021"
Expand All @@ -13,7 +13,7 @@ exclude = ["protos/*"]
[dependencies] # In alphabetical order
bytes = "1.0"
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
pbjson = { path = "../pbjson", version = "0.5" }
pbjson = { path = "../pbjson", version = "0.6" }
prost = "0.12"
serde = { version = "1.0", features = ["derive"] }

Expand All @@ -22,4 +22,4 @@ serde_json = "1.0"

[build-dependencies] # In alphabetical order
prost-build = "0.12"
pbjson-build = { path = "../pbjson-build", version = "0.5" }
pbjson-build = { path = "../pbjson-build", version = "0.6" }
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.1"
version = "0.6.0"
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
edition = "2021"
description = "Utilities for pbjson conversion"
Expand Down

0 comments on commit 255585b

Please sign in to comment.