Release axum, axum-extra, axum-macros (#1875)

This commit is contained in:
David Pedersen
2023-03-22 15:22:47 +01:00
committed by GitHub
parent cfb5df7050
commit 562fa206f0
6 changed files with 18 additions and 6 deletions
+4
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning].
# Unreleased
- None.
# 0.7.2 (22. March, 2023)
- **added:** Implement `IntoResponse` for `MultipartError` ([#1861])
# 0.7.1 (13. March, 2023)
+2 -2
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.7.1"
version = "0.7.2"
[features]
default = []
@@ -49,7 +49,7 @@ tower-layer = "0.3"
tower-service = "0.3"
# optional dependencies
axum-macros = { path = "../axum-macros", version = "0.3.6", optional = true }
axum-macros = { path = "../axum-macros", version = "0.3.7", optional = true }
cookie = { package = "cookie", version = "0.17", features = ["percent-encode"], optional = true }
form_urlencoded = { version = "1.1.0", optional = true }
multer = { version = "2.0.0", optional = true }