From a7388b2dc4bf73547ca7a87779825e13f84ded6b Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Mon, 29 Jul 2024 04:06:38 +0800 Subject: [PATCH] chore: Release tonic-web-wasm-client version 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2180a6..4775626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonic-web-wasm-client" -version = "0.5.1" +version = "0.6.0" authors = ["Devashish Dixit "] license = "MIT/Apache-2.0" description = "grpc-web implementation for use by tonic clients in browsers via webassembly"