Releases: tokio-rs/async-stream
Releases · tokio-rs/async-stream
v0.3.6
- Fix soundness bugs (#109)
- Bump MSRV to 1.65 (#109)
v0.3.5
- Update to syn 2.0 (#93)
- Bump MSRV to 1.56 (#97)
v0.3.4
- Improve support for
#[track_caller]
(#72)
- Reduce unsafe code (#77)
v0.3.3
- Fix a bug where
yield
and ?
cannot be used on the same line (#66)