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 926543f commit ca2741aCopy full SHA for ca2741a
axum/README.md
@@ -23,13 +23,6 @@ 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.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
33
## Usage example
34
35
```rust
0 commit comments