Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 27, 2018
1 parent 2bb0a31 commit 241a549
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "prosic"
version = "2.1.0"
version = "2.2.0-alpha0"
authors = ["Johannes Köster <[email protected]>"]

[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.*"
Expand All @@ -20,5 +20,4 @@ flamer = { version = "^0.1.2", optional = true }

[features]
default = []
flame_it = ["flame", "flamer", "libprosic/flame_it"]
gslv2 = ["libprosic/gslv2"]

0 comments on commit 241a549

Please sign in to comment.