Remove warning about breaking changes from README.md

This commit is contained in:
Jonas Platte 2025-01-01 14:39:23 +01:00
parent 926543f207
commit ca2741ae6d
No known key found for this signature in database
GPG key ID: 7D261D771D915378

View file

@ -23,13 +23,6 @@ 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.8 so the `main` branch contains breaking
changes. See the [`0.7.x`] branch for what's released to crates.io.
[`0.7.x`]: https://github.com/tokio-rs/axum/tree/v0.7.x
## Usage example ## Usage example
```rust ```rust