Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 30, 2024
1 parent e8f49d9 commit e6df6a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ path = "examples/client_insecure_tls.rs"
[dependencies]
anyhow = "1"
rxqlite-common = { version = "0.1.3" , path = "crates/rxqlite-common" }
rxqlite-sqlx-common = { version = "0.1.3" , path = "crates/rxqlite-sqlx-common" , features = [ "sqlite" ] }
rxqlite-sqlx-common = { version = "0.1.4" , path = "crates/rxqlite-sqlx-common" , features = [ "sqlite" ] }
openraft = { version = "0.9", features = ["serde" , "storage-v2"] }

rustls-pemfile = "2"
Expand Down Expand Up @@ -64,7 +64,7 @@ tokio-util = { version = "0.7" , features = [ "codec" ] }
futures-util= "0.3"
futures = { version = "0.3.30" }
tokio-stream = "0.1"
rxqlite-tests-common = { version = "0.1.6" , path = "crates/rxqlite-tests-common" , optional = true }
rxqlite-tests-common = { version = "0.1.7" , path = "crates/rxqlite-tests-common" , optional = true }


[dependencies.sqlx]
Expand Down Expand Up @@ -101,7 +101,7 @@ optional = true

[dev-dependencies]
futures = { version = "0.3.30" }
rxqlite-tests-common = { version = "0.1.6" , path = "crates/rxqlite-tests-common" }
rxqlite-tests-common = { version = "0.1.7" , path = "crates/rxqlite-tests-common" }

[features]
default = [ "bundled-sqlcipher-vendored-openssl" ]
Expand Down
2 changes: 1 addition & 1 deletion crates/rxqlite-sqlx-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rxqlite-sqlx-common"
version = "0.1.3"
version = "0.1.4"

edition = "2021"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion crates/rxqlite-tests-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rxqlite-tests-common"
version = "0.1.6"
version = "0.1.7"


edition = "2021"
Expand Down

0 comments on commit e6df6a4

Please sign in to comment.