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

@ -1,6 +1,6 @@
[package]
name = "marine-sqlite-connector"
version = "0.4.0"
version = "0.4.1"
license = "Apache-2.0/MIT"
authors = [
"Daniel Dulaney <ddy@vitronic.com>",
@ -35,7 +35,7 @@ name = "test"
path = "src/test.rs"
[dependencies]
fluence = "0.6.3"
fluence = "0.6.4"
[dev-dependencies]
temporary = "0.6"

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]