mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +02:00
Bring back the breaking changes warning, once again
This commit is contained in:
@@ -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
|
||||
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
|
||||
|
||||
```rust
|
||||
|
||||
Reference in New Issue
Block a user