mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-01 06:51:05 +00:00
axum-extra: Version 0.3.5 (#1125)
This commit is contained in:
parent
b10c9d34bd
commit
905bbfb8e2
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
- None.
|
||||||
|
|
||||||
|
# 0.3.5 (27. June, 2022)
|
||||||
|
|
||||||
- **added:** Add `JsonLines` for streaming newline delimited JSON ([#1093])
|
- **added:** Add `JsonLines` for streaming newline delimited JSON ([#1093])
|
||||||
- **change:** axum's MSRV is now 1.56 ([#1098])
|
- **change:** axum's MSRV is now 1.56 ([#1098])
|
||||||
|
|
||||||
|
@ -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.3.4"
|
version = "0.3.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user