Skip to content

Commit ca2741a

Browse files
committed
Remove warning about breaking changes from README.md
1 parent 926543f commit ca2741a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

axum/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ In particular the last point is what sets `axum` apart from other frameworks.
2323
authorization, and more, for free. It also enables you to share middleware with
2424
applications written using [`hyper`] or [`tonic`].
2525

26-
## ⚠ Breaking changes ⚠
27-
28-
We are currently working towards axum 0.8 so the `main` branch contains breaking
29-
changes. See the [`0.7.x`] branch for what's released to crates.io.
30-
31-
[`0.7.x`]: https://github.com/tokio-rs/axum/tree/v0.7.x
32-
3326
## Usage example
3427

3528
```rust

0 commit comments

Comments
 (0)