Skip to content

Commit

Permalink
Merge branch 'mo/sketch' of github.com:sourmash-bio/sourmash_plugin_b…
Browse files Browse the repository at this point in the history
…ranchwater into mo/sketch
  • Loading branch information
mr-eyes committed Sep 30, 2024
2 parents 0203cc9 + c8f7102 commit 7c131c3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 56 deletions.
93 changes: 40 additions & 53 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 @@ -12,15 +12,15 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.22.3", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.210", features = ["derive"] }
sourmash = { version = "0.15.1", features = ["branchwater"] }
sourmash = { version = "0.15.2", features = ["branchwater"] }
serde_json = "1.0.128"
niffler = "2.4.0"
log = "0.4.22"
env_logger = { version = "0.11.5", optional = true }
simple-error = "0.3.1"
anyhow = "1.0.89"
zip = { version = "2.0", default-features = false }
tempfile = "3.12"
tempfile = "3.13"
needletail = "0.5.1"
csv = "1.3.0"
camino = "1.1.9"
Expand All @@ -32,7 +32,7 @@ streaming-stats = "0.2.3"
assert_cmd = "2.0.16"
assert_matches = "1.5.0"
predicates = "3.1.2"
tempfile = "3.12.0"
tempfile = "3.13.0"

[profile.release]
#target-cpu=native
Expand Down

0 comments on commit 7c131c3

Please sign in to comment.