From 2563b0b605af33ddb7f453b4b594c6c9807c2fdf Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sat, 12 Oct 2024 07:05:42 -0400 Subject: [PATCH] upd sourmash --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e28367b..ace206e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,6 @@ serde = { version = "1.0.210", features = ["derive"] } #sourmash = { version = "0.15.2", features = ["branchwater"] } sourmash = { git = "https://github.com/sourmash-bio/sourmash.git", branch = "refactor_rs_downsample", features = ["branchwater"] } serde_json = "1.0.128" -sourmash = { version = "0.15.2", features = ["branchwater"] } niffler = "2.4.0" log = "0.4.22" env_logger = { version = "0.11.5" }