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:
David Pedersen
2021-11-22 09:40:35 +00:00
committed by GitHub
parent 27e848fbe8
commit 6d0abd447c
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-debug"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.2.1"
version = "0.2.2"
[lib]
proc-macro = true