mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
axum-extra: Version 0.1.5
- **added:** Add `TypedPath::to_uri` for converting the path into a `Uri` ([#790]) [#790]: https://github.com/tokio-rs/axum/pull/790
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.1.5 (1. March, 2022)
|
||||||
|
|
||||||
- **added:** Add `TypedPath::to_uri` for converting the path into a `Uri` ([#790])
|
- **added:** Add `TypedPath::to_uri` for converting the path into a `Uri` ([#790])
|
||||||
|
|
||||||
[#790]: https://github.com/tokio-rs/axum/pull/790
|
[#790]: https://github.com/tokio-rs/axum/pull/790
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ license = "MIT"
|
|||||||
name = "axum-extra"
|
name = "axum-extra"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
erased-json = ["serde_json", "serde"]
|
erased-json = ["serde_json", "serde"]
|
||||||
|
|||||||
Reference in New Issue
Block a user