Skip to content

Commit

Permalink
fix Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 1, 2024
1 parent 74230c3 commit 2c76122
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,25 @@ tokio-stream = "0.1"

[dependencies.rxqlite-tests-common]
version = "0.1.7"
path = "crates/rxqlite-tests-common"
#path = "crates/rxqlite-tests-common"
optional = true

[dependencies.rxqlite-common]
version = "0.1.3"
path = "crates/rxqlite-common"
#path = "crates/rxqlite-common"

[dependencies.rxqlite-lite-common]
version = "0.1"
path = "crates/rxqlite-lite-common"
#path = "crates/rxqlite-lite-common"

[dependencies.rxqlite-sqlx-common]
version = "0.1.4"
path = "crates/rxqlite-sqlx-common"
#path = "crates/rxqlite-sqlx-common"
features = [ "sqlite" ]

[dependencies.rxqlite-notification]
version = "0.1"
path = "crates/rxqlite-notification"
#path = "crates/rxqlite-notification"

[dependencies.sqlx]
version = "0.7"
Expand Down

0 comments on commit 2c76122

Please sign in to comment.