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"