mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
feat: default to charset=utf-8 for text content type (#554)
* feat: default to charset=utf-8 for text content type * added changelog && fix comment * fix workflow
This commit is contained in:
@@ -15,6 +15,7 @@ erased-json = ["serde", "serde_json"]
|
||||
|
||||
[dependencies]
|
||||
axum = { path = "../axum", version = "0.3" }
|
||||
mime = "0.3"
|
||||
tower-service = "0.3"
|
||||
|
||||
# optional dependencies
|
||||
|
||||
Reference in New Issue
Block a user