Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Oct 7, 2023
1 parent c219e15 commit 5697ee7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions exon-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ keywords = ["exon", "bioinformatics", "rust"]
license = {workspace = true}
name = "exon-benchmarks"
readme = "README.md"
version = "0.3.3-beta.3"
version = "0.3.3-beta.4"

[dependencies]
clap = {version = "4.4.6", features = ["derive"]}
datafusion = {workspace = true}
exon = {path = "../exon", features = ["all"], version = "0.3.3-beta.3" }
exon = {path = "../exon", features = ["all"], version = "0.3.3-beta.4" }
noodles = {version = "0.52", features = ["core", "vcf", "bgzf"]}
tokio = {version = "1", features = ["full"]}
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion exon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["biology", "science", "arrow"]
license = {workspace = true}
name = "exon"
readme = {workspace = true}
version = "0.3.3-beta.3"
version = "0.3.3-beta.4"

[dependencies]
arrow = {workspace = true}
Expand Down

0 comments on commit 5697ee7

Please sign in to comment.