From b73b0ff212c799f934e8591d22b54fa4ee642adc Mon Sep 17 00:00:00 2001 From: Tessa Pierce Ward Date: Wed, 16 Oct 2024 12:36:00 -0700 Subject: [PATCH] WIP: draft smash update (#115) update sourmash core to 0.16.0 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"