summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Platte <jplatte+git@posteo.de>2024-09-28 21:23:22 +0000
committerGitHub <noreply@github.com>2024-09-28 23:23:22 +0200
commitdda5a273b5ee1e965c726fe7045f1b145414460f (patch)
tree7f301e309436a3c32adfaf09d4a4e04b6fc88154
parent689ca1aea278c4f40468884d82157a1a4a9e1f2c (diff)
README updates (#2945)
-rw-r--r--axum/README.md9
1 files 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