Skip to content

Releases: tokio-rs/async-stream

v0.3.6

01 Oct 19:37
b0b2f22

Choose a tag to compare

  • Fix soundness bugs (#109)
  • Bump MSRV to 1.65 (#109)

v0.3.5

05 Apr 14:19
af904a0

Choose a tag to compare

  • Update to syn 2.0 (#93)
  • Bump MSRV to 1.56 (#97)

v0.3.4

18 Feb 09:56
bf41b96

Choose a tag to compare

  • Improve support for #[track_caller] (#72)
  • Reduce unsafe code (#77)

v0.3.3

13 Mar 23:27
e1373e4

Choose a tag to compare

  • Fix a bug where yield and ? cannot be used on the same line (#66)