Skip to content

v0.4.0

Compare
Choose a tag to compare
@programatik29 programatik29 released this 02 Apr 21:06
· 33 commits to master since this release
9b614e4
  • added: Added Connection::close method.
  • added: Added tokio_rusqlite::Error type.
  • breaking: All Connection methods now return Result<_, tokio_rusqlite::Error>.
  • updated: To latest [rusqlite] version(0.29).