Skip to content

Commit

Permalink
revert to branch while trying upds
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Aug 30, 2023
1 parent 65de87e commit cb10883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.18.1", features = ["extension-module", "anyhow"] }
rayon = "1.5.1"
serde = { version = "1.0.136", features = ["derive"] }
sourmash = { git = "https://github.com/sourmash-bio/sourmash", rev = "ff1092f8f366339caa59d7203f623813228f4356" } # "branch = "ntp/mastiff_roaring_prot"
sourmash = { git = "https://github.com/sourmash-bio/sourmash", branch = "ntp/mastiff_roaring_prot" }
clap = { version = "3.1.0", features = ["derive"] }
serde_json = "1.0.79"
niffler = "2.4.0"
Expand Down

0 comments on commit cb10883

Please sign in to comment.