From ee2762c6eb9f2eb2402d3aa39a6cd250da4d6d88 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Mon, 11 Nov 2024 13:49:54 -0800 Subject: [PATCH] WIP: bump version to 0.9.10; update sourmash to r0.17.1 --- Cargo.lock | 5 ++--- Cargo.toml | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7c653d7..449522b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1560,8 +1560,7 @@ checksum = "bceb57dc07c92cdae60f5b27b3fa92ecaaa42fe36c55e22dbfb0b44893e0b1f7" [[package]] name = "sourmash" version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce05fed73303390f6f208d6640f390cd999db0af0b6c007d60db2794ad5fcc0" +source = "git+https://github.com/sourmash-bio/sourmash.git?branch=latest#c7363154b546058eb417b78bb77aca6523591cb1" dependencies = [ "az", "byteorder", @@ -1607,7 +1606,7 @@ dependencies = [ [[package]] name = "sourmash_plugin_branchwater" -version = "0.9.10-dev" +version = "0.9.10" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 027594b0..a18a8a49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 @@ -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"