Skip to content

Commit

Permalink
Update Cargo.toml 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rderelle authored Sep 22, 2024
1 parent d6949e8 commit 91a5616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastlin"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "an ultra-fast program for MTBC lineage typing"
repository = "https://github.com/rderelle/fastlin"
Expand All @@ -17,3 +17,4 @@ ahash = "0.8.3"
boomphf = "0.5.9"
indicatif = "0.17.4"
rayon = "1.5"
rust-htslib = { version = "*", default-features = false }

0 comments on commit 91a5616

Please sign in to comment.