diff --git a/pbjson-build/Cargo.toml b/pbjson-build/Cargo.toml index c88ef17..b65c8a9 100644 --- a/pbjson-build/Cargo.toml +++ b/pbjson-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbjson-build" -version = "0.7.0" +version = "0.8.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 5233164..a806e8d 100644 --- a/pbjson-test/Cargo.toml +++ b/pbjson-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbjson-test" -version = "0.7.0" +version = "0.8.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 a07fb31..8499095 100644 --- a/pbjson-types/Cargo.toml +++ b/pbjson-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbjson-types" -version = "0.7.0" +version = "0.8.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.7" } +pbjson = { path = "../pbjson", version = "0.8" } prost = "0.14" serde = { version = "1.0", features = ["derive"] } @@ -22,4 +22,4 @@ serde_json = "1.0" [build-dependencies] # In alphabetical order prost-build = "0.14" -pbjson-build = { path = "../pbjson-build", version = "0.7" } +pbjson-build = { path = "../pbjson-build", version = "0.8" } diff --git a/pbjson/Cargo.toml b/pbjson/Cargo.toml index 16b8823..def9cef 100644 --- a/pbjson/Cargo.toml +++ b/pbjson/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbjson" -version = "0.7.0" +version = "0.8.0" authors = ["Raphael Taylor-Davies "] edition = "2021" description = "Utilities for pbjson conversion"