mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
axum-extra: Version 0.1.4
This commit is contained in:
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
- **fix:** Depend on the right versions of axum and axum-macros.
|
- None.
|
||||||
|
|
||||||
|
# 0.1.4 (22. February, 2022)
|
||||||
|
|
||||||
|
- **fix:** Depend on the right versions of axum and axum-macros ([#782])
|
||||||
|
|
||||||
|
[#782]: https://github.com/tokio-rs/axum/pull/782
|
||||||
|
|
||||||
# 0.1.3 (22. February, 2022)
|
# 0.1.3 (22. February, 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.1.3"
|
version = "0.1.4"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
erased-json = ["serde_json", "serde"]
|
erased-json = ["serde_json", "serde"]
|
||||||
|
|||||||
Reference in New Issue
Block a user