mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
axum-extra: Version 0.1.2 (#705)
- **fix:** Depend on tower with `default_features = false` ([#666]) [#666]: https://github.com/tokio-rs/axum/pull/666
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.1.2 (13. January, 2021)
|
||||||
|
|
||||||
- **fix:** Depend on tower with `default_features = false` ([#666])
|
- **fix:** Depend on tower with `default_features = false` ([#666])
|
||||||
|
|
||||||
[#666]: https://github.com/tokio-rs/axum/pull/666
|
[#666]: https://github.com/tokio-rs/axum/pull/666
|
||||||
|
|||||||
@@ -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.1"
|
version = "0.1.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
erased-json = ["serde", "serde_json"]
|
erased-json = ["serde", "serde_json"]
|
||||||
|
|||||||
Reference in New Issue
Block a user