mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 08:56:15 +01:00
Remove notice about breaking changes from readme
This commit is contained in:
parent
834d4e50bc
commit
b984fec572
1 changed files with 0 additions and 6 deletions
|
@ -23,12 +23,6 @@ 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.6 so the `main` branch contains breaking
|
|
||||||
changes. See the [`0.5.x`] branch for whats released to crates.io and up to date
|
|
||||||
changelogs.
|
|
||||||
|
|
||||||
## Usage example
|
## Usage example
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
Loading…
Reference in a new issue