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:
David Pedersen 2022-01-13 10:37:56 +01:00 committed by GitHub
parent 5fe981a1da
commit 6d01f3968e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
- None.
# 0.1.2 (13. January, 2021)
- **fix:** Depend on tower with `default_features = false` ([#666])
[#666]: https://github.com/tokio-rs/axum/pull/666

View file

@ -8,7 +8,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.1.1"
version = "0.1.2"
[features]
erased-json = ["serde", "serde_json"]