From a7cec357bade6076db966d6152ddf7fb1b44701f Mon Sep 17 00:00:00 2001 From: Alec Thilenius Date: Sun, 24 Dec 2023 18:24:48 -0500 Subject: [PATCH] Add message about 0.7 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04eef30..9e0d5c5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Brings the protobuf-based [Connect-Web RPC framework](https://connect.build/docs/introduction) to Rust via idiomatic [Axum](https://github.com/tokio-rs/axum). +# Axum Version + +> Axum `0.7` isn't yet supported, because I haven't figured out how to handle +> streaming responses with it. Use Axum `0.6` for now. PRs welcome, and I'll get +> it updated when I can. + # Features 🔍 - Integrates into existing Axum HTTP applications seamlessly