From db344fab3f5969bf18f9ca88fd5dca02f71a17fc Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 27 Nov 2023 09:34:16 +0100 Subject: [PATCH] The main branch no longer contains breaking changes :tada: --- axum/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/axum/README.md b/axum/README.md index 73b5af554b..c3b958349a 100644 --- a/axum/README.md +++ b/axum/README.md @@ -8,12 +8,6 @@ More information about this crate can be found in the [crate documentation][docs]. -## 🚨 The `main` branch has unpublished, breaking changes 🚨 - -In preparation for `axum` 0.7 the `main` branch currently has unpublished, -breaking changes. Please see the [v0.6.x](https://github.com/tokio-rs/axum/tree/v0.6.x) -branch for the versions of `axum` published to crates.io. - ## High level features - Route requests to handlers with a macro free API.