From ae6bde1b7d0f4ce072d2c616dc811bddfee339a5 Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Tue, 19 Nov 2024 15:41:55 -0500 Subject: [PATCH] [do_tag] v0.6.4 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a94e1e..e49a593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,8 @@ include = [ keywords = ["RNA-seq", "quantification", "long-read", "transcriptomics"] categories = ["command-line-utilities", "science"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +# See more keys and their definitions +# at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] seqcol_rs = { git = "https://github.com/COMBINE-lab/seqcol_rs", branch = "dev", version = "0.1.3" } anyhow = "1.0.93"