Skip to content

Commit 62470bd

Browse files
authored
Bring back no-op async-stream feature for axum-extra (#3293)
1 parent 3525a13 commit 62470bd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

axum-extra/CHANGELOG.md

-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ and this project adheres to [Semantic Versioning].
77

88
# Unreleased
99

10-
- **breaking:** Remove unused `async-stream` feature, which was accidentally
11-
introduced as an implicit feature through an optional dependency which was no
12-
longer being used ([#3145])
1310
- **fixed:** Fix a broken link in the documentation of `ErasedJson` ([#3186])
1411

15-
[#3145]: https://github.com/tokio-rs/axum/pull/3145
1612
[#3186]: https://github.com/tokio-rs/axum/pull/3186
1713

1814
# 0.11.0

axum-extra/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ version = "0.11.0"
1515
default = ["tracing"]
1616

1717
async-read-body = ["dep:tokio-util", "tokio-util?/io", "dep:tokio"]
18+
async-stream = [] # unused, remove before the next breaking-change release
1819
file-stream = ["dep:tokio-util", "tokio-util?/io", "dep:tokio", "tokio?/fs", "tokio?/io-util"]
1920
attachment = ["dep:tracing"]
2021
error-response = ["dep:tracing", "tracing/std"]

0 commit comments

Comments
 (0)