From dda5a273b5ee1e965c726fe7045f1b145414460f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 28 Sep 2024 21:23:22 +0000 Subject: README updates (#2945) --- axum/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/axum/README.md b/axum/README.md index 4a920ad5..ac4b64c5 100644 --- a/axum/README.md +++ b/axum/README.md @@ -4,7 +4,7 @@ [![Build status](https://github.com/tokio-rs/axum/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/tokio-rs/axum/actions/workflows/CI.yml) [![Crates.io](https://img.shields.io/crates/v/axum)](https://crates.io/crates/axum) -[![Documentation](https://docs.rs/axum/badge.svg)](https://docs.rs/axum) +[![Documentation](https://docs.rs/axum/badge.svg)][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 -- cgit v1.2.3-70-g09d2