Skip to content

Commit

Permalink
WIP: bump version to 0.9.10; update sourmash to r0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Nov 11, 2024
1 parent 393a0ec commit ee2762c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourmash_plugin_branchwater"
version = "0.9.10-dev"
version = "0.9.10"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -12,7 +12,8 @@ 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.0", features = ["branchwater"] }
#sourmash = { version = "0.17.1", features = ["branchwater"] }
sourmash = { git = "https://github.com/sourmash-bio/sourmash.git", branch = "latest", features = ["branchwater"] }
serde_json = "1.0.132"
niffler = "2.4.0"
log = "0.4.22"
Expand Down

0 comments on commit ee2762c

Please sign in to comment.