futures-rs v0.3.25 Release Notes

Release Date: 2022-10-20 // over 1 year ago
    • 🛠 Fix soundness issue in join! and try_join! macros (#2649)
    • 👯 Implement Clone for sink::Drain (#2650)

Previous changes from v0.3.24

    • Fix incorrect termination of select_with_strategy streams (#2635)