From 628921bcad878ab4396705e0798494fbc9ebd3c5 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Fri, 3 Dec 2021 22:42:10 +0100 Subject: [PATCH] axum-debug 0.3 (#586) Forgot to ship this one so the latest version would generate wrong code. --- axum-debug/CHANGELOG.md | 4 ++++ axum-debug/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/axum-debug/CHANGELOG.md b/axum-debug/CHANGELOG.md index c7bb89a8..702e6b5a 100644 --- a/axum-debug/CHANGELOG.md +++ b/axum-debug/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. +# 0.3.0 (03. December 2021) + +- Update to axum 0.4. axum-debug will _not_ work with axum 0.3.x. + # 0.2.2 (22. October 2021) - Fix regression causing errors when `#[debug_handler]` was used on functions with multiple diff --git a/axum-debug/Cargo.toml b/axum-debug/Cargo.toml index c0377e9b..5ea819ca 100644 --- a/axum-debug/Cargo.toml +++ b/axum-debug/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "axum-debug" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.2.2" +version = "0.3.0" [lib] proc-macro = true