Skip to content

v0.3.0

Pre-release
Pre-release

Choose a tag to compare

@psFried psFried released this 18 Apr 01:06
· 2 commits to master since this release

The 0.3.0 has a couple of potentially breaking changes:

  • The Error type has been switched to anyhow::Error (thanks @cassandracomar !)
  • The tokio dependency has been moved to version 1. If you also depend on tokio separately, you might need to update the tokio dependency in your project. (thanks @sinhpham !)
  • The CAData::File variant has switched from taking a String to a PathBuf.