Skip to content

Commit 5e9eddb

Browse files
committed
fix versions.
1 parent 9539d16 commit 5e9eddb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "vplot"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Spencer Nystrom <nystromdev@gmail.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
csv = "*"
9-
bio = "*"
8+
csv = "1.1.3"
9+
bio = "0.32.0"
1010
rust-htslib = {version = "0.32", default-features = false}
1111
structopt = "*"
1212
ndarray = "0.13.1"
13-
ndarray-csv = "*"
13+
ndarray-csv = "0.4.1"

0 commit comments

Comments
 (0)