mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-29 07:48:39 +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
|
||||
|
||||
- None.
|
||||
|
||||
# 0.3.2 (09. December 2021)
|
||||
|
||||
- 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.
|
||||
type ([#595])
|
||||
|
||||
[#595]: https://github.com/tokio-rs/axum/pull/595
|
||||
|
||||
# 0.3.1 (06. December 2021)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
|||
name = "axum-debug"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue