mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
Release axum, axum-extra, axum-macros (#1875)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user