mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 00:50:32 +01:00
axum-debug: Version 0.3.3 (#737)
This commit is contained in:
parent
c1cc4b515a
commit
9ddcd22031
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue