From 241a5490ded2ffde9ea4c081fa1564b6ed947b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 27 Nov 2018 13:42:23 +0100 Subject: [PATCH] update dependencies --- Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e12b017..f910fcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "prosic" -version = "2.1.0" +version = "2.2.0-alpha0" authors = ["Johannes Köster "] [dependencies] -libprosic = { git = "https://github.com/prosic/libprosic.git", branch = "master" } +libprosic = "0.7.1" clap = {version = "2.24", features = ["yaml", "color", "suggestions"]} -rust-htslib = { git = "https://github.com/rust-bio/rust-htslib.git", branch="master" } -bio = { git = "https://github.com/rust-bio/rust-bio.git", branch="master" } +rust-htslib = "0.22" +bio = "0.24" log = "0.3.*" fern = "0.3.*" csv = "0.14.*" @@ -20,5 +20,4 @@ flamer = { version = "^0.1.2", optional = true } [features] default = [] -flame_it = ["flame", "flamer", "libprosic/flame_it"] gslv2 = ["libprosic/gslv2"]