Bring back no-op async-stream feature for axum-extra (#3293)

This commit is contained in:
Jonas Platte
2025-03-27 06:12:26 -04:00
committed by GitHub
parent 3525a13459
commit 62470bd503
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -7,12 +7,8 @@ and this project adheres to [Semantic Versioning].
# Unreleased
- **breaking:** Remove unused `async-stream` feature, which was accidentally
introduced as an implicit feature through an optional dependency which was no
longer being used ([#3145])
- **fixed:** Fix a broken link in the documentation of `ErasedJson` ([#3186])
[#3145]: https://github.com/tokio-rs/axum/pull/3145
[#3186]: https://github.com/tokio-rs/axum/pull/3186
# 0.11.0
+1
View File
@@ -15,6 +15,7 @@ version = "0.11.0"
default = ["tracing"]
async-read-body = ["dep:tokio-util", "tokio-util?/io", "dep:tokio"]
async-stream = [] # unused, remove before the next breaking-change release
file-stream = ["dep:tokio-util", "tokio-util?/io", "dep:tokio", "tokio?/fs", "tokio?/io-util"]
attachment = ["dep:tracing"]
error-response = ["dep:tracing", "tracing/std"]