axum 0.7 is finally out 🚀 #rustlang

Comes with hyper 1.0 support, axum's own Body type, and fewer generics.

https://tokio.rs/blog/2023-11-27-announcing-axum-0-7-0

Announcing axum 0.7.0 | Tokio - An asynchronous Rust runtime

Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.

I'm hopeful the next version can use async fn in trait 🤞
@davidpdrsn will you keep backwards compatibility with old Rust and make it opt in via some feature flag or bite into the sour apple?
@matze I think to protect my own sanity we'll have to require the latest rust. I suspect many other libraries will do the same because its such an awesome feature.