File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " priority-queue"
3- version = " 2.2.2 "
3+ version = " 2.3.0 "
44authors = [
" Gianmarco Garrisi <[email protected] >" ]
55description = " A Priority Queue implemented as a heap with a function to efficiently change the priority of an item."
66repository = " https://github.com/garro95/priority-queue"
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ All contribution shall be under a license compatible with the GNU LGPL version 3
132132
133133## Changes
134134
135+ * 2.3.0 Implement retain and retain_mut
135136* 2.2.2 Fix a bug in the heapify_up implementation for DoublePriorityQueue
136137* 2.2.1 Fix docs.rs build
137138* 2.2.0 Implement ` pop_if ` . Documentation Improvements
You can’t perform that action at this time.
0 commit comments