mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 22:56:46 +01:00
Bring back the breaking changes readme section (#2804)
This commit is contained in:
parent
8b1cad656f
commit
fdf83d0b73
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ 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
|
authorization, and more, for free. It also enables you to share middleware with
|
||||||
applications written using [`hyper`] or [`tonic`].
|
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 and up to
|
||||||
|
date changelogs.
|
||||||
|
|
||||||
## Usage example
|
## Usage example
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
Loading…
Reference in a new issue