From 9ddcd22031ef626ac5f4a5d2cbaa4218e9745e2b Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 31 Jan 2022 22:06:43 +0100 Subject: [PATCH] axum-debug: Version 0.3.3 (#737) --- axum-debug/CHANGELOG.md | 5 +++++ axum-debug/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/axum-debug/CHANGELOG.md b/axum-debug/CHANGELOG.md index 3b70cfff..047aa321 100644 --- a/axum-debug/CHANGELOG.md +++ b/axum-debug/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. +# 0.3.3 (31. January 2022) + +- This crate is now deprecated. It continues to work but wont receive further + updates. Use [axum-macros](https://crates.io/crates/axum-macros) instead. + # 0.3.2 (09. December 2021) - Support checking `FromRequest` bounds for extractors whose request body is something else than diff --git a/axum-debug/Cargo.toml b/axum-debug/Cargo.toml index 95ef8ac0..490d7c7a 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.3.2" +version = "0.3.3" [lib] proc-macro = true