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-04 09:10:52 +00:00
committed by GitHub
parent 2e80ebd18d
commit 2966407dc1
4 changed files with 10 additions and 1 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