Re-export debug_handler from axum (#1144)

* Re-export `debug_handler` from axum

Fixes #1143

* also axum-extra
This commit is contained in:
David Pedersen
2022-07-10 14:31:03 +02:00
parent a05f6a0519
commit a4a298cf88
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-macros"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.2.3"
version = "0.2.3" # remember to also bump the version that axum and axum-extra depends on
[lib]
proc-macro = true