Skip to content

Commit

Permalink
Updated priority queue dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcgleenon committed Oct 1, 2024
1 parent d558676 commit de94ba7
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
Expand Up @@ -3,7 +3,7 @@ name = "heavykeeper"
version = "0.2.2"
edition = "2021"
authors = [ "Patrick McGleenon"]
description = "A library for find the top-k elements of a stream of data."
description = "A library for finding the top-k elements of a stream of data."
categories = ["data-structures", "algorithms"]
exclude = [".github", "/data/*" ]
license = "MIT OR Apache-2.0"
Expand All @@ -22,7 +22,7 @@ path = "src/lib.rs"
rand = { version = "0.8.5", features = [ "small_rng" ] }
ahash = "0.8.11"
clap = { version = "4.5.4", features = ["derive"] }
priority-queue = "2.0.3"
priority-queue = "2.1.1"

[profile.release]
debug = true
Expand Down

0 comments on commit de94ba7

Please sign in to comment.