Skip to content

0.6.0

Choose a tag to compare

@vigna vigna released this 18 Feb 01:18

Change Log

[0.6.0] - 2026-02-17

New

  • Major improvement to the covariance check: it is no longer possible to
    circumvent it using core::ptr::null(), todo!(), unimplemented!(),
    panic!(), loop {}, etc.

  • Convenience Lender::lender_by_ref method that is equivalent to
    iter followed by into_ref_lender.

Fixed

  • FilterMap, Scan, and MapWhile (both standard and fallible) had an
    additional parameter that was forcing a 'static bound when extending the
    trait. Now they are structured like Map.