We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9539d16 commit 5e9eddbCopy full SHA for 5e9eddb
1 file changed
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "vplot"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = ["Spencer Nystrom <nystromdev@gmail.com>"]
5
edition = "2018"
6
7
[dependencies]
8
-csv = "*"
9
-bio = "*"
+csv = "1.1.3"
+bio = "0.32.0"
10
rust-htslib = {version = "0.32", default-features = false}
11
structopt = "*"
12
ndarray = "0.13.1"
13
-ndarray-csv = "*"
+ndarray-csv = "0.4.1"
0 commit comments