bump versions

This commit is contained in:
vms
2021-05-11 00:17:10 +03:00
parent e46463da23
commit 88bc1a5715
2 changed files with 3 additions and 3 deletions

View File

@@ -273,8 +273,8 @@ mod statement;
pub use connection::Connection;
pub use connection::OpenFlags;
pub use cursor::Cursor;
pub use statement::{Bindable, Readable, State, Statement};
pub use sqlite3_connector::*;
pub use statement::{Bindable, Readable, State, Statement};
/// Open a read-write connection to a new or existing database.
#[inline]