mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-04 00:00:21 +02:00
axum-macros: Version 0.1.2
- **fixed:** Use fully qualified `Result` type ([#796]) [#796]: https://github.com/tokio-rs/axum/pull/796
This commit is contained in:
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- None.
|
- None.
|
||||||
|
|
||||||
|
# 0.1.2 (1. March 2022)
|
||||||
|
|
||||||
|
- **fixed:** Use fully qualified `Result` type ([#796])
|
||||||
|
|
||||||
|
[#796]: https://github.com/tokio-rs/axum/pull/796
|
||||||
|
|
||||||
# 0.1.1 (22. February 2022)
|
# 0.1.1 (22. February 2022)
|
||||||
|
|
||||||
- Add `#[derive(TypedPath)]` for use with axum-extra's new "type safe" routing API ([#756])
|
- Add `#[derive(TypedPath)]` for use with axum-extra's new "type safe" routing API ([#756])
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ license = "MIT"
|
|||||||
name = "axum-macros"
|
name = "axum-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|||||||
Reference in New Issue
Block a user