axum-debug: Version 0.3.3 (#737)

This commit is contained in:
David Pedersen
2022-01-31 22:06:43 +01:00
committed by GitHub
parent c1cc4b515a
commit 9ddcd22031
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -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