We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7903f8e commit 74a99a4Copy full SHA for 74a99a4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "priority-queue"
3
-version = "2.2.2"
+version = "2.3.0"
4
authors = ["Gianmarco Garrisi <[email protected]>"]
5
description = "A Priority Queue implemented as a heap with a function to efficiently change the priority of an item."
6
repository = "https://github.com/garro95/priority-queue"
README.md
@@ -132,6 +132,7 @@ All contribution shall be under a license compatible with the GNU LGPL version 3
132
133
## Changes
134
135
+* 2.3.0 Implement retain and retain_mut
136
* 2.2.2 Fix a bug in the heapify_up implementation for DoublePriorityQueue
137
* 2.2.1 Fix docs.rs build
138
* 2.2.0 Implement `pop_if`. Documentation Improvements
0 commit comments