tokio-rs/async-stream
 Watch   
 Star   
 Fork   
2024-10-02 03:33:41
async-stream

v0.3.6

  • Fix soundness bugs (#109)
  • Bump MSRV to 1.65 (#109)
2023-04-05 22:10:53
async-stream

v0.3.5

  • Update to syn 2.0 (#93)
  • Bump MSRV to 1.56 (#97)
2023-02-18 17:53:37
async-stream

v0.3.4

  • Improve support for #[track_caller] (#72)
  • Reduce unsafe code (#77)
2022-03-14 07:25:37
async-stream

v0.3.3

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