diff --git a/Cargo.toml b/Cargo.toml index 859bd86..b7d43c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rsfbclient" description = "Binds to official firebird client lib" -version = "0.10.0" +version = "0.11.0" authors = ["Luis Fernando Batels ", "Jairo H Wiethan "] edition = "2018" repository = "https://github.com/fernandobatels/rsfbclient" @@ -14,9 +14,9 @@ readme = "README.md" chrono = { version = "0.4", optional = true } lru-cache = "0.1.2" r2d2 = { version = "0.8.9", optional = true } -rsfbclient-core = { version = "0.10.0", path = "rsfbclient-core" } -rsfbclient-native = { version = "0.10.0", path = "rsfbclient-native", optional = true } -rsfbclient-rust = { version = "0.10.0", path = "rsfbclient-rust", optional = true } +rsfbclient-core = { version = "0.11.0", path = "rsfbclient-core" } +rsfbclient-native = { version = "0.11.0", path = "rsfbclient-native", optional = true } +rsfbclient-rust = { version = "0.11.0", path = "rsfbclient-rust", optional = true } [dev-dependencies] rand = "0.7.3" diff --git a/rsfbclient-core/Cargo.toml b/rsfbclient-core/Cargo.toml index f3912e9..5e553ce 100644 --- a/rsfbclient-core/Cargo.toml +++ b/rsfbclient-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsfbclient-core" -version = "0.10.0" +version = "0.11.0" description = "Core of firebird client lib" authors = ["Luis Fernando Batels ", "Jairo H Wiethan "] edition = "2018" diff --git a/rsfbclient-native/Cargo.toml b/rsfbclient-native/Cargo.toml index 9e4b7d2..ca36f2a 100644 --- a/rsfbclient-native/Cargo.toml +++ b/rsfbclient-native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsfbclient-native" -version = "0.10.0" +version = "0.11.0" description = "Native(using fbclient) implementation of firebird client lib" authors = ["Luis Fernando Batels ", "Jairo H Wiethan "] edition = "2018" @@ -10,7 +10,7 @@ categories = ["database"] license = "MIT" [dependencies] -rsfbclient-core = { version = "0.10.0", path = "../rsfbclient-core" } +rsfbclient-core = { version = "0.11.0", path = "../rsfbclient-core" } libloading = { version = "0.6", optional = true } [features] diff --git a/rsfbclient-rust/Cargo.toml b/rsfbclient-rust/Cargo.toml index 00542fb..17dc057 100644 --- a/rsfbclient-rust/Cargo.toml +++ b/rsfbclient-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsfbclient-rust" -version = "0.10.0" +version = "0.11.0" description = "A pure Rust implementation of firebird client lib" authors = ["Luis Fernando Batels ", "Jairo H Wiethan "] edition = "2018" @@ -19,7 +19,7 @@ num-bigint = "0.3.0" num_enum = "0.5.1" pwhash = "0.3" rand = "0.7.3" -rsfbclient-core = { version = "0.10.0", path = "../rsfbclient-core" } +rsfbclient-core = { version = "0.11.0", path = "../rsfbclient-core" } sha-1 = "0.9.1" sha2 = "0.9.1"