From 88c265ec039caf4919240fe3f85caeaa1516c670 Mon Sep 17 00:00:00 2001 From: Borislav Borisov Date: Tue, 7 Apr 2026 09:47:51 +0100 Subject: [PATCH] Update the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 118561b..cdf27d5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add the dependency to your `Cargo.toml`: ```toml [dependencies] -tower-batch = "0.3.0" +tower-batch = "0.4.0" ``` Create a batch service and start sending requests: