diff --git a/pbjson-build/Cargo.toml b/pbjson-build/Cargo.toml index ed71672..95e41f8 100644 --- a/pbjson-build/Cargo.toml +++ b/pbjson-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbjson-build" -version = "0.5.1" +version = "0.6.0" authors = ["Raphael Taylor-Davies "] edition = "2021" description = "Generates Serialize and Deserialize implementations for prost message types" diff --git a/pbjson-test/Cargo.toml b/pbjson-test/Cargo.toml index f1c6b5f..7113ac5 100644 --- a/pbjson-test/Cargo.toml +++ b/pbjson-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbjson-test" -version = "0.5.1" +version = "0.6.0" authors = ["Raphael Taylor-Davies "] edition = "2021" description = "Test resources for pbjson converion" diff --git a/pbjson-types/Cargo.toml b/pbjson-types/Cargo.toml index ba3c917..23c1fdf 100644 --- a/pbjson-types/Cargo.toml +++ b/pbjson-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbjson-types" -version = "0.5.1" +version = "0.6.0" authors = ["Raphael Taylor-Davies "] description = "Protobuf well known types with serde serialization support" edition = "2021" @@ -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"] } @@ -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" } diff --git a/pbjson/Cargo.toml b/pbjson/Cargo.toml index 5d36f44..95eb06d 100644 --- a/pbjson/Cargo.toml +++ b/pbjson/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbjson" -version = "0.5.1" +version = "0.6.0" authors = ["Raphael Taylor-Davies "] edition = "2021" description = "Utilities for pbjson conversion"