Skip to content

Commit

Permalink
Merge branch 'main' into ani
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-eyes authored Jan 23, 2024
2 parents 595d46f + 1a638da commit 49626ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: cache conda
uses: actions/cache@v3
uses: actions/cache@v4
env:
CACHE_NUMBER: 0
with:
Expand Down
28 changes: 9 additions & 19 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourmash_plugin_branchwater"
version = "0.8.6-dev"
version = "0.8.6"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -10,13 +10,13 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.20.2", features = ["extension-module", "anyhow"] }
rayon = "1.8.0"
rayon = "1.8.1"
serde = { version = "1.0.195", features = ["derive"] }
sourmash = { git = "https://github.com/sourmash-bio/sourmash", "rev" = "ff1092f8f366339caa59d7203f623813228f4356" }
serde_json = "1.0.111"
niffler = "2.4.0"
log = "0.4.14"
env_logger = "0.10.1"
env_logger = "0.10.2"
simple-error = "0.3.0"
anyhow = "1.0.79"
zip = "0.6"
Expand All @@ -30,7 +30,7 @@ roots = "0.0.8"
[dev-dependencies]
assert_cmd = "2.0.13"
assert_matches = "1.5.0"
predicates = "3.0.4"
predicates = "3.1.0"
tempfile = "3.9.0"

[profile.release]
Expand Down

0 comments on commit 49626ec

Please sign in to comment.