axum-debug 0.3 (#586)

Forgot to ship this one so the latest version would generate wrong code.
This commit is contained in:
David Pedersen
2021-12-03 22:42:10 +01:00
committed by GitHub
parent 6dcb406ab8
commit 628921bcad
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- None.
# 0.3.0 (03. December 2021)
- Update to axum 0.4. axum-debug will _not_ work with axum 0.3.x.
# 0.2.2 (22. October 2021)
- Fix regression causing errors when `#[debug_handler]` was used on functions with multiple
+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.2"
version = "0.3.0"
[lib]
proc-macro = true