Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Aug 26, 2024
1 parent 32312a0 commit 878571d
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,6 +1,6 @@
[package]
name = "oarfish"
version = "0.5.1"
version = "0.6.0"
edition = "2021"
authors = [
"Zahra Zare Jousheghani <zzare@umd.edu>",
Expand Down Expand Up @@ -28,20 +28,20 @@ categories = ["command-line-utilities", "science"]
seqcol_rs = { git = "https://github.com/COMBINE-lab/seqcol_rs", branch = "dev", version = "0.1.0" }
anyhow = "1.0.86"
bio-types = { version = "1.0.4", features = ["serde"] }
clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
noodles-bam = "0.66.0"
noodles-sam = "0.63.0"
num-format = "0.4.4"
tabled = "0.16.0"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
typed-builder = "0.19.1"
typed-builder = "0.20.0"
rayon = "1.10"
statrs = "0.17"
csv = "1.3"
serde = { version = "1", features = ["derive"] }
itertools = "0.13.0"
serde_json = "1.0.122"
serde_json = "1.0.127"
path-tools = "0.1.0"
atomic_float = "1.0.0"
rand = "0.8.5"
Expand Down

0 comments on commit 878571d

Please sign in to comment.