From ca2741ae6d1c0c31173b2b7e227dd334374dc30c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 1 Jan 2025 14:39:23 +0100 Subject: [PATCH] Remove warning about breaking changes from README.md --- axum/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/axum/README.md b/axum/README.md index 344484a8..9d57939b 100644 --- a/axum/README.md +++ b/axum/README.md @@ -23,13 +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 applications written using [`hyper`] or [`tonic`]. -## ⚠ 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. - -[`0.7.x`]: https://github.com/tokio-rs/axum/tree/v0.7.x - ## Usage example ```rust