mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-07 02:59:47 +01:00
Remove warning about breaking changes from README.md
This commit is contained in:
parent
926543f207
commit
ca2741ae6d
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
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
|
||||
|
||||
```rust
|
||||
|
|
Loading…
Reference in a new issue