Skip to content

Commit

Permalink
update to boomphf 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Jul 26, 2023
1 parent cd6f17e commit 7ea06cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ pretty_assertions = "1.3"
rand = "0.5"

[dependencies.boomphf]
version = "0.5"
version = "0.6"
features = ["serde"]
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ mod tests {
// Test the Boomphf DBG indexing machinery
// Make an MPHF of the kmers in the DBG.
// Each kmer should hash to a unique slot.
let mphf = Mphf::from_chunked_iterator_parallel(1.7, &simp_dbg, None, valid_kmers.len(), 2);
let mphf = Mphf::from_chunked_iterator_parallel(1.7, &simp_dbg, None, valid_kmers.len() as u64, 2);

let mut got_slot = vec![false; total_kmers];

Expand Down

0 comments on commit 7ea06cc

Please sign in to comment.