mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
bump versions
This commit is contained in:
parent
e46463da23
commit
88bc1a5715
@ -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"
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user