axum-extra: Version 0.3.4 (#1074)

This commit is contained in:
David Pedersen
2022-06-08 15:58:37 +02:00
committed by GitHub
parent a9eb4ac527
commit fbb4786851
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].
# Unreleased
- None.
# 0.3.4 (08. June, 2022)
- **fixed:** Use `impl IntoResponse` less in docs ([#1049])
- **added:** Add `AsyncReadBody` for creating a body from a `tokio::io::AsyncRead` ([#1072])
+1 -1
View File
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.3.3"
version = "0.3.4"
[features]
default = []