Skip to content

Commit a9f3172

Browse files
mladedavjplatte
authored andcommitted
axum-extra: Remove unused feature
1 parent ef3a7cc commit a9f3172

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

axum-extra/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog],
66
and this project adheres to [Semantic Versioning].
77

8+
**breaking:** Remove unused `async-stream` feature, which was accidentally
9+
introduced as an implicit feature through an optional dependency which was no
10+
longer being used ([#3298])
11+
12+
[#3298]: https://github.com/tokio-rs/axum/pull/3298
13+
814
# 0.11.0
915

1016
Yanked from crates.io due to unforeseen breaking change, see [#3190] for details.

axum-extra/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ version = "0.10.1"
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
1918
file-stream = ["dep:tokio-util", "tokio-util?/io", "dep:tokio", "tokio?/fs", "tokio?/io-util"]
2019
attachment = ["dep:tracing"]
2120
error-response = ["dep:tracing", "tracing/std"]

0 commit comments

Comments
 (0)