Skip to content

0.3.20

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 08:43
· 328 commits to master since this release
  • Fix stacked borrows violations when -Zmiri-tag-raw-pointers is enabled. This raises MSRV of futures-task to 1.45. (#2548, #2550)
  • Change FuturesUnordered to respect yielding from future (#2551)
  • Add StreamExt::{flatten_unordered, flat_map_unordered} (#2083)