Skip to content

datatest-stable 0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 18:03
· 363 commits to main since this release

Changed

  • The test signature is now fn(&Utf8Path) rather than fn(&Path). If necessary, a Utf8Path can be converted to a &Path with .as_ref() or .as_std_path().
  • Non-Unicode paths now consistently produce errors. Previously, the treatment of such paths was inconsistent -- they would either be skipped or produce errors.
  • Internal dependency update: libtest-mimic updated to version 0.6.1.
  • MSRV updated to Rust 1.60.