Merge branch 'v0.8.x' into jplatte/v0.8.5

This commit is contained in:
Jonas Platte
2025-09-28 20:46:41 +02:00
9 changed files with 57 additions and 13 deletions
+6
View File
@@ -27,6 +27,12 @@ Yanked from crates.io due to unforeseen breaking change, see [#3190] for details
[#3190]: https://github.com/tokio-rs/axum/pull/3190
# 0.10.2
- **added:** Implement `OptionalFromRequest` for `Host` ([#3177])
[#3177]: https://github.com/tokio-rs/axum/pull/3177
# 0.10.1
- **fixed:** Fix a broken link in the documentation of `ErasedJson` ([#3186])
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.10.1"
version = "0.10.2"
[package.metadata.docs.rs]
all-features = true