Bring back the breaking changes warning, once again

This commit is contained in:
Jonas Platte
2025-05-01 10:34:40 +02:00
parent 8762520da8
commit ef3a7ccf1c
+7
View File
@@ -23,6 +23,13 @@ In particular the last point is what sets `axum` apart from other frameworks.
authorization, and more, for free. It also enables you to share middleware with authorization, and more, for free. It also enables you to share middleware with
applications written using [`hyper`] or [`tonic`]. applications written using [`hyper`] or [`tonic`].
## ⚠ Breaking changes ⚠
We are currently working towards axum 0.9 so the `main` branch contains breaking
changes. See the [`0.8.x`] branch for what's released to crates.io.
[`0.8.x`]: https://github.com/tokio-rs/axum/tree/v0.8.x
## Usage example ## Usage example
```rust ```rust