Skip to content

Commit

Permalink
fix versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
snystrom committed Oct 17, 2021
1 parent 9539d16 commit 5e9eddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "vplot"
version = "0.3.0"
version = "0.3.1"
authors = ["Spencer Nystrom <nystromdev@gmail.com>"]
edition = "2018"

[dependencies]
csv = "*"
bio = "*"
csv = "1.1.3"
bio = "0.32.0"
rust-htslib = {version = "0.32", default-features = false}
structopt = "*"
ndarray = "0.13.1"
ndarray-csv = "*"
ndarray-csv = "0.4.1"

0 comments on commit 5e9eddb

Please sign in to comment.