mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-16 22:43:03 +01:00
axum-debug 0.3 (#586)
Forgot to ship this one so the latest version would generate wrong code.
This commit is contained in:
parent
6dcb406ab8
commit
628921bcad
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue