From fc4a5d96436dc7f694c9af0e1b5ecc8c8ce56575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20M=C3=B6lder?= Date: Fri, 28 Feb 2020 15:35:07 +0100 Subject: [PATCH] Updated rust-bio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebfcd984..5c03cdcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" [dependencies] -bio = "0.29" +bio = "0.30" clap = { version = "2.31", features = ["yaml", "color", "suggestions"]} indicatif = "0.11" itertools = "0.6"