mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
axum-extra: Version 0.3.1 (#1016)
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.3.1 (10. May, 2022)
|
||||||
|
|
||||||
- **fixed:** `Option` and `Result` are now supported in typed path route handler parameters ([#1001])
|
- **fixed:** `Option` and `Result` are now supported in typed path route handler parameters ([#1001])
|
||||||
- **fixed:** Support wildcards in typed paths ([#1003])
|
- **fixed:** Support wildcards in typed paths ([#1003])
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ license = "MIT"
|
|||||||
name = "axum-extra"
|
name = "axum-extra"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|||||||
Reference in New Issue
Block a user