mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 00:50:32 +01:00
axum-debug: Version 0.3.2 (#598)
- Support checking `FromRequest` bounds for extractors whose request body is something else than `axum::body::Body`. Use `#[debug_handler(body = YourBodyType)]` to use a different request body type ([#595]) [#595]: https://github.com/tokio-rs/axum/pull/595
This commit is contained in:
parent
8895926f73
commit
3a259dcec7
2 changed files with 8 additions and 2 deletions
|
@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.3.2 (09. December 2021)
|
||||||
|
|
||||||
- Support checking `FromRequest` bounds for extractors whose request body is something else than
|
- Support checking `FromRequest` bounds for extractors whose request body is something else than
|
||||||
`axum::body::Body`. Use `#[debug_handler(body = YourBodyType)]` to use a different request body
|
`axum::body::Body`. Use `#[debug_handler(body = YourBodyType)]` to use a different request body
|
||||||
type.
|
type ([#595])
|
||||||
|
|
||||||
|
[#595]: https://github.com/tokio-rs/axum/pull/595
|
||||||
|
|
||||||
# 0.3.1 (06. December 2021)
|
# 0.3.1 (06. December 2021)
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
name = "axum-debug"
|
name = "axum-debug"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
Loading…
Reference in a new issue