mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 04:50:31 +00:00
README updates (#2945)
This commit is contained in:
parent
689ca1aea2
commit
dda5a273b5
@ -4,7 +4,7 @@
|
||||
|
||||
[](https://github.com/tokio-rs/axum/actions/workflows/CI.yml)
|
||||
[](https://crates.io/crates/axum)
|
||||
[](https://docs.rs/axum)
|
||||
[][docs]
|
||||
|
||||
More information about this crate can be found in the [crate documentation][docs].
|
||||
|
||||
@ -23,11 +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
|
||||
applications written using [`hyper`] or [`tonic`].
|
||||
|
||||
## Breaking changes
|
||||
## ⚠ 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.
|
||||
changes. See the [`0.7.x`] branch for what's released to crates.io.
|
||||
|
||||
[`0.7.x`]: https://github.com/tokio-rs/axum/tree/v0.7.x
|
||||
|
||||
## Usage example
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user