mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Merge branch 'v0.8.x' into jplatte/v0.8.5
This commit is contained in:
@@ -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])
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user