We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed87782 commit 36da5fcCopy full SHA for 36da5fc
axum-extra/CHANGELOG.md
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
# Unreleased
9
10
-- **fix:** Depend on the right versions of axum and axum-macros.
+- None.
11
+
12
+# 0.1.4 (22. February, 2022)
13
14
+- **fix:** Depend on the right versions of axum and axum-macros ([#782])
15
16
+[#782]: https://github.com/tokio-rs/axum/pull/782
17
18
# 0.1.3 (22. February, 2022)
19
axum-extra/Cargo.toml
@@ -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"]
0 commit comments