From 9385237a04166b857f03bdaf4bc8259b8001cd60 Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Sat, 31 Aug 2024 01:12:54 -0400 Subject: [PATCH] [do_tag] tag v0.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4b60a2..b3e71b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ minimap2-sys = { version = "0.1.19" } minimap2-temp = { version = "0.1.31" } # alternative sources for dev #minimap2 = { version = "0.1.20", git = "https://github.com/rob-p/minimap2-rs.git", branch = "alignment-score" } -#git = "https://github.com/jguhlin/minimap2-rs.git", branch = "alignment-score" } +#minimap2 = { version = "0.1.20", git = "https://github.com/jguhlin/minimap2-rs.git", branch = "alignment-score" } needletail = "0.5.1" indicatif = "0.17.8"