Skip to content

Commit

Permalink
just use 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Nov 11, 2024
1 parent ee2762c commit 223da1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.22.6", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.213", features = ["derive"] }
#sourmash = { version = "0.17.1", features = ["branchwater"] }
sourmash = { git = "https://github.com/sourmash-bio/sourmash.git", branch = "latest", features = ["branchwater"] }
sourmash = { version = "0.17.0", features = ["branchwater"] }
serde_json = "1.0.132"
niffler = "2.4.0"
log = "0.4.22"
Expand Down

0 comments on commit 223da1f

Please sign in to comment.