From 35dba50b3230a3c6bac2f01a7402a8209bc15c5b Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 2 Nov 2021 18:40:57 +0100 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4b52ba..4b83ad05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `Router`. - **added:** Add `Handler::into_make_service_with_connect_info` for serving a handler without a `Router`, and storing info about the incoming connection. - - **breaking:** axum's minimum support rust version is not 1.54 + - **breaking:** axum's minimum support rust version is now 1.54 - Routing: - Big internal refactoring of routing leading to several improvements ([#363]) - **added:** Wildcard routes like `.route("/api/users/*rest", service)` are now supported.