Skip to content

Commit

Permalink
README: Fix version number (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Aug 14, 2024
1 parent 48ce380 commit 1893190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br/> resulting from breaking changes in tonic. <br/>See [changelog](https://github.com/teimuraz/tonic-middleware/releases/tag/v0.2.0) for more details. |


Expand Down Expand Up @@ -273,4 +273,4 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {

## 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.
this library simplifies adding custom asynchronous processing to the [tonic](https://github.com/hyperium/tonic) service stack.

0 comments on commit 1893190

Please sign in to comment.