axum-extra: Version 0.1.4

This commit is contained in:
David Pedersen
2022-02-22 15:05:53 +01:00
parent ed877820ce
commit 36da5fceab
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# 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)
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.1.3"
version = "0.1.4"
[features]
erased-json = ["serde_json", "serde"]