From 34e6d793ecc4ecbd34d3a790b8e2d0dcd3aac0ad Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Mon, 5 Aug 2024 19:57:09 -0400 Subject: [PATCH] [do_tag] release 0.5.1 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a65ec2..20967af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ 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 - [dependencies] seqcol_rs = { git = "https://github.com/COMBINE-lab/seqcol_rs", branch = "dev", version = "0.1.0" } anyhow = "1.0.86"