Skip to content

Commit

Permalink
Merge branch 'main' into try-fastagather
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored Feb 3, 2025
2 parents f4f843a + dc9b270 commit 2fc12b0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 20 deletions.
51 changes: 34 additions & 17 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ pyo3 = { version = "0.23.4", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.217", features = ["derive"] }
sourmash = { version = "0.18.0", features = ["branchwater"] }
serde_json = "1.0.135"
serde_json = "1.0.137"
niffler = "2.4.0"
log = "0.4.22"
log = "0.4.25"
env_logger = { version = "0.11.6" }
simple-error = "0.3.1"
anyhow = "1.0.95"
Expand All @@ -25,7 +25,7 @@ needletail = "0.5.1"
csv = "1.3.1"
camino = "1.1.9"
glob = "0.3.2"
rustworkx-core = "0.15.1"
rustworkx-core = "0.16.0"
streaming-stats = "0.2.3"
rust_decimal = { version = "1.36.0", features = ["maths"] }
rust_decimal_macros = "1.36.0"
Expand Down

0 comments on commit 2fc12b0

Please sign in to comment.