mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
axum-debug: Version 0.2.2 (#553)
- Fix regression causing errors when `#[debug_handler]` was used on functions with multiple extractors ([#552]) [#552]: https://github.com/tokio-rs/axum/pull/552
This commit is contained in:
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.2.2 (22. October 2021)
|
||||||
|
|
||||||
- Fix regression causing errors when `#[debug_handler]` was used on functions with multiple
|
- Fix regression causing errors when `#[debug_handler]` was used on functions with multiple
|
||||||
extractors.
|
extractors ([#552])
|
||||||
|
|
||||||
|
[#552]: https://github.com/tokio-rs/axum/pull/552
|
||||||
|
|
||||||
# 0.2.1 (19. October 2021)
|
# 0.2.1 (19. October 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.2.1"
|
version = "0.2.2"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|||||||
Reference in New Issue
Block a user