From bb2054cb9db721149f61e024dc45ffc2db969a13 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Mon, 18 Sep 2023 15:49:20 +0100 Subject: [PATCH] chore: patch release pjson-build 0.6.2 --- pbjson-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbjson-build/Cargo.toml b/pbjson-build/Cargo.toml index 95e41f8..17e766e 100644 --- a/pbjson-build/Cargo.toml +++ b/pbjson-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pbjson-build" -version = "0.6.0" +version = "0.6.2" authors = ["Raphael Taylor-Davies "] edition = "2021" description = "Generates Serialize and Deserialize implementations for prost message types"