Skip to content

Commit c3ac8b6

Browse files
committed
stabilize new channels
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 684ab18 commit c3ac8b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
The new `async_std::channel` submodule, introduced in 1.8.0, has been stabilized. You no longer need the `unstable` feature to use it.
11+
1012
## Added
1113

1214
- Add `tokio1` feature ([#924](https://github.com/async-rs/async-std/pull/924))

src/channel.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//! Channels
22
3-
#[cfg(feature = "unstable")]
4-
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
53
#[doc(inline)]
64
pub use async_channel::*;

0 commit comments

Comments
 (0)