Skip to content

datatest-stable 0.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 19:21
· 383 commits to main since this release

Changed

  • Errors are now displayed with the Debug implementation, which prints out the full error chain
    with libraries like anyhow or eyre, rather than the Display implementation. Thanks
    Alex Badics for your first contribution!
  • MSRV updated to Rust 1.58.

Internal improvements

  • datatest-stable now uses libtest-mimic 0.5.2. Thanks [Lukas Kalbertodt] (maintainer of
    libtest-mimic) for your first contribution!