Releases: nextest-rs/datatest-stable
Releases · nextest-rs/datatest-stable
datatest-stable 0.1.3
Changed
- Errors are now displayed with the
Debug
implementation, which prints out the full error chain
with libraries likeanyhow
oreyre
, rather than theDisplay
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!
datatest-stable 0.1.2
Changed
- New internal implementation, based on top of libtest-mimic.
- Repository updated to nextest-rs/datatest-stable.
- MSRV updated to Rust 1.56.
There are no functional changes in this release.