Skip to content

Commit ef3a7cc

Browse files
committed
Bring back the breaking changes warning, once again
1 parent 8762520 commit ef3a7cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

axum/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ 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.9 so the `main` branch contains breaking
29+
changes. See the [`0.8.x`] branch for what's released to crates.io.
30+
31+
[`0.8.x`]: https://github.com/tokio-rs/axum/tree/v0.8.x
32+
2633
## Usage example
2734

2835
```rust

0 commit comments

Comments
 (0)