mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
axum-core: Version 0.2.1
This commit is contained in:
parent
530b0906f7
commit
bcda1a97db
2 changed files with 8 additions and 2 deletions
|
@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
# Unreleased
|
||||
|
||||
- **added:** Add `RequestParts::extract` which allows applying an extractor as a method call
|
||||
- None.
|
||||
|
||||
# 0.2.1 (03. April, 2022)
|
||||
|
||||
- **added:** Add `RequestParts::extract` which allows applying an extractor as a method call ([#897])
|
||||
|
||||
[#897]: https://github.com/tokio-rs/axum/pull/897
|
||||
|
||||
# 0.2.0 (31. March, 2022)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
|||
name = "axum-core"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
|
|
Loading…
Reference in a new issue