diff --git a/Cargo.toml b/Cargo.toml index 2c846ad..da5fb8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,7 @@ crate-type = ["cdylib"] pyo3 = { version = "0.22.3", features = ["extension-module", "anyhow"] } rayon = "1.10.0" serde = { version = "1.0.204", features = ["derive"] } -# sourmash = { version = "0.15.2"} -sourmash = { git = "https://github.com/sourmash-bio/sourmash.git", branch = "latest"} +sourmash = { version = "0.16.0"} serde_json = "1.0.120" niffler = "2.4.0" needletail = "0.5.1"