From 18931907975adedd8b8b4d12c415592ca19ed4fd Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Wed, 14 Aug 2024 09:00:55 +0200 Subject: [PATCH] README: Fix version number (#18) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6581962..05d5dff 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ through Tonic's layer. | tonic version | tonic-middleware version | Notes | |---------------|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| 0.11 | 0.14 | | +| 0.11 | 0.1.4 | | | 0.12 | 0.2.0 | Breaking changes
resulting from breaking changes in tonic.
See [changelog](https://github.com/teimuraz/tonic-middleware/releases/tag/v0.2.0) for more details. | @@ -273,4 +273,4 @@ async fn main() -> Result<(), Box> { ## Motivation Tonic provides a solid foundation for developing gRPC services in Rust, and while it offers a range of features, extending it with asynchronous interceptors and middleware requires a bit more effort. That's where `tonic-middleware` comes in, -this library simplifies adding custom asynchronous processing to the [tonic](https://github.com/hyperium/tonic) service stack. \ No newline at end of file +this library simplifies adding custom asynchronous processing to the [tonic](https://github.com/hyperium/tonic) service stack.