Skip to content

Commit

Permalink
multiple gzip members
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Jan 29, 2025
1 parent 30ac31c commit 13b40b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kun_peng"
version = "0.7.4"
version = "0.7.5"
edition = "2021"
authors = ["[email protected]"]
description = "Kun-peng: an ultra-fast, low-memory footprint and accurate taxonomy classifier for all"
Expand All @@ -19,7 +19,7 @@ double_hashing = []
exact_counting = []

[dependencies]
seqkmer = "0.1.1"
seqkmer = "0.1.2"
clap = { version = "4.4.10", features = ["derive"] }
hyperloglogplus = { version = "0.4.1", features = ["const-loop"] }
seahash = "4.1.0"
Expand Down

0 comments on commit 13b40b8

Please sign in to comment.