Skip to content

v0.5.0

Compare
Choose a tag to compare
@Finomnis Finomnis released this 15 Mar 18:46
· 185 commits to main since this release

Breaking Changes

  • Subsystems can return Err<Into<anyhow::Error>> instead of Err<anyhow::Error>
    • No longer imposes the anyhow dependency on library users
    • Should not be a problem in most cases, but closures only returning Ok(()) will now fail to compile, as Rust is unable to deduce the Error type