Skip to content

8.0.0

Latest
Compare
Choose a tag to compare
@Xaeroxe Xaeroxe released this 05 Jun 04:25
· 1 commit to master since this release

What's Changed

  • Add new Sys trait to allow abstracting over the underlying filesystem. Particularly useful for wasm32-unknown-unknown targets. Thanks @dsherret for this contribution to which!
  • Add more debug level tracing for otherwise silent I/O errors.
  • Call the NonFatalHandler in more places to catch previously ignored I/O errors.
  • Remove use of the either dependency.

New Contributors