From 47f56ee09d299e867c8fa954db818ee078fc9fd3 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Fri, 21 Jun 2024 21:54:36 +0200 Subject: [PATCH] Ver up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efffa95..93871d2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ and want to avoid huge memory allocation. Cargo.toml: ```toml [dependencies] -axum-streams = { version = "0.16", features=["json", "csv", "protobuf", "text"] } +axum-streams = { version = "0.17", features=["json", "csv", "protobuf", "text"] } ``` ## Compatibility matrix