We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8762520 commit ef3a7ccCopy full SHA for ef3a7cc
axum/README.md
@@ -23,6 +23,13 @@ In particular the last point is what sets `axum` apart from other frameworks.
23
authorization, and more, for free. It also enables you to share middleware with
24
applications written using [`hyper`] or [`tonic`].
25
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
33
## Usage example
34
35
```rust
0 commit comments