From 8f82627aecca8b1a86d510dc12e16df769975942 Mon Sep 17 00:00:00 2001 From: Allan Date: Sun, 5 Nov 2023 20:57:59 -0500 Subject: [PATCH] Update README version to 0.5 (#52) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88138de..df14f38 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To use `tonic-web-wasm-client`, you need to add the following to your `Cargo.tom ```toml [dependencies] -tonic-web-wasm-client = "0.3" +tonic-web-wasm-client = "0.5" ``` ### Example