mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-29 15:49:16 +01:00
axum-extra: Version 0.1.1 (#658)
- Add `middleware::from_fn` for creating middleware from async functions ([#656]) [#656]: https://github.com/tokio-rs/axum/pull/656
This commit is contained in:
parent
0a399ed0fa
commit
9f5f29dfba
2 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.1.1 (27. December, 2021)
|
||||||
|
|
||||||
- Add `middleware::from_fn` for creating middleware from async functions ([#656])
|
- Add `middleware::from_fn` for creating middleware from async functions ([#656])
|
||||||
|
|
||||||
[#656]: https://github.com/tokio-rs/axum/pull/656
|
[#656]: https://github.com/tokio-rs/axum/pull/656
|
||||||
|
|
|
@ -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.0"
|
version = "0.1.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
erased-json = ["serde", "serde_json"]
|
erased-json = ["serde", "serde_json"]
|
||||||
|
|
Loading…
Reference in a new issue