Skip to content

Commit

Permalink
Don't put branchwater in the client, fix build for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Sep 21, 2024
1 parent bd0d646 commit 6b99e05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ niffler = { version = "2.4.0", default-features = false, features = [ "gz" ]}
numsep = "0.1.12"
reqwest = { version = "0.11.11", default-features = false, features = [ "blocking", "rustls-tls" ] }
size = "0.4.0"
sourmash = { version = "0.15.1", features = ["branchwater"] }
sourmash = { version = "0.15.1" }

serde_json = "1.0.113"
# axum deps
Expand Down
2 changes: 1 addition & 1 deletion crates/index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ histogram.workspace = true
log.workspace = true
numsep.workspace = true
size.workspace = true
sourmash.workspace = true
sourmash = { workspace = true, features = ["branchwater"] }
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/sourmash-bio/branchwater"
camino.workspace = true
clap.workspace = true
color-eyre.workspace = true
sourmash.workspace = true
sourmash = { workspace = true, features = ["branchwater"] }
serde_json.workspace = true
axum.workspace = true
tokio.workspace = true
Expand Down

0 comments on commit 6b99e05

Please sign in to comment.