- updated: [rusqlite] version to
0.32
. - added:
bundled
feature corresponding torusqlite/bundled
feature. - added: Implement
From<rusqlite::Connection>
forConnection
. - removed: async
Connection::from
implementation instead added above.
0.32
.bundled
feature corresponding to rusqlite/bundled
feature.From<rusqlite::Connection>
for Connection
.Connection::from
implementation instead added above.