Skip to content

Releases: tokio-rs/async-stream

v0.3.5

05 Apr 14:19
af904a0
Compare
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
Compare
Choose a tag to compare
  • Improve support for #[track_caller] (#72)
  • Reduce unsafe code (#77)

v0.3.3

13 Mar 23:27
e1373e4
Compare
Choose a tag to compare
  • Fix a bug where yield and ? cannot be used on the same line (#66)