Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Johnson <jon@khonsulabs.com>
  • Loading branch information
ModProg and ecton committed Feb 6, 2022
1 parent 05046fa commit 1afac85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/bonsaidb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ client-password-hashing = [
]

[dependencies]
bonsaidb-core = { path = "../bonsaidb-core", version = "0.1.0-dev.4", default-features = false, features=["included-from-omnibus"] }
bonsaidb-local = { path = "../bonsaidb-local", version = "0.1.0-dev.4", default-features = false, optional = true }
bonsaidb-client = { path = "../bonsaidb-client", version = "0.1.0-dev.4", default-features = false, optional = true }
bonsaidb-server = { path = "../bonsaidb-server", version = "0.1.0-dev.4", default-features = false, optional = true }
bonsaidb-keystorage-s3 = { path = "../bonsaidb-keystorage-s3", version = "0.1.0-dev.4", default-features = false, optional = true }
bonsaidb-core = { path = "../bonsaidb-core", version = "0.1.0", default-features = false, features=["included-from-omnibus"] }
bonsaidb-local = { path = "../bonsaidb-local", version = "0.1.0", default-features = false, optional = true }
bonsaidb-client = { path = "../bonsaidb-client", version = "0.1.0", default-features = false, optional = true }
bonsaidb-server = { path = "../bonsaidb-server", version = "0.1.0", default-features = false, optional = true }
bonsaidb-keystorage-s3 = { path = "../bonsaidb-keystorage-s3", version = "0.1.0", default-features = false, optional = true }

tokio = { version = "1", features = ["full"], optional = true }
clap = { version = "3", optional = true, features = ["derive"] }
Expand Down

0 comments on commit 1afac85

Please sign in to comment.