Releases: taiki-e/futures-async-stream
Releases · taiki-e/futures-async-stream
0.2.12
0.2.11
0.2.10
0.2.9
-
Update to new coroutine API since nightly-2023-10-21. (5860296)
On this crate's user side, the only change required is the following:
- #![feature(generators)] + #![feature(coroutines)]
0.2.8
0.2.7
- Fix build error from dependency when built with
-Z minimal-versions
.
0.2.6
- Fix "generator cannot be sent between threads safely" error since nightly-2023-01-04.
0.2.5
- Exclude unneeded files from crates.io.
0.2.4
- Documentation improvements.
0.2.3
See the release notes for a complete list of changes.