Skip to content

schemer-rusqlite-v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 13:50
· 26 commits to main since this release

Changed

  • RusqliteAdapter is now generic over an error type E so that migrations can return error types other than rusqlite::Error.
  • Migrated error handling from failure to thiserror.
  • Updated crate to Rust 2018 Edition.