mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 15:24:54 +00:00
axum-extra: 0.3.2 (#1034)
This commit is contained in:
parent
a8e2390724
commit
61c4e19598
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.3.2 (15. May, 2022)
|
||||||
|
|
||||||
- **added:** Add `extract::Form` which supports multi-value items
|
- **added:** Add `extract::Form` which supports multi-value items
|
||||||
|
|
||||||
# 0.3.1 (10. May, 2022)
|
# 0.3.1 (10. May, 2022)
|
||||||
|
@ -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.1"
|
version = "0.3.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user