summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pedersen <david.pdrsn@gmail.com>2022-01-31 22:06:43 +0100
committerGitHub <noreply@github.com>2022-01-31 22:06:43 +0100
commit9ddcd22031ef626ac5f4a5d2cbaa4218e9745e2b (patch)
tree3d8c6678146150afb34c57713bad12fa42d8e437
parentc1cc4b515ad8b5d271e8b8bd7e6d7105364cab4a (diff)
axum-debug: Version 0.3.3 (#737)axum-debug-v0.3.3
-rw-r--r--axum-debug/CHANGELOG.md5
-rw-r--r--axum-debug/Cargo.toml2
2 files changed, 6 insertions, 1 deletions
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