mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user