schemer-rusqlite-v0.2.0
github-actions
released this
19 Aug 13:50
·
26 commits
to main
since this release
Changed
RusqliteAdapter
is now generic over an error typeE
so that migrations can return error types other thanrusqlite::Error
.- Migrated error handling from
failure
tothiserror
. - Updated crate to Rust 2018 Edition.