Skip to content

v0.3.1

Compare
Choose a tag to compare
@ecton ecton released this 14 Feb 15:45
· 65 commits to main since this release
922005c

Changed

  • BorrowedRange now exposes its fields as public. Without this, there was no
    way to implement BorrowByteRange outside of this crate.
  • This crate now explicitly states its minimum supported Rust version (MSRV).
    The MSRV did not change as part of this update. It previously was not
    documented.