mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
Add note about breaking changes to readme
This commit is contained in:
parent
eff3b716d3
commit
f8c8f5b697
1 changed files with 7 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
|
||||
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
|
||||
|
||||
```rust
|
||||
|
@ -159,3 +165,4 @@ additional terms or conditions.
|
|||
[showcases]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md#project-showcase
|
||||
[tutorials]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md#tutorials
|
||||
[license]: https://github.com/tokio-rs/axum/blob/main/axum/LICENSE
|
||||
[`0.5.x`]: https://github.com/tokio-rs/axum/tree/0.5.x
|
||||
|
|
Loading…
Reference in a new issue