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 1
1
[package ]
2
2
name = " priority-queue"
3
- version = " 2.2.2 "
3
+ version = " 2.3.0 "
4
4
authors = [
" Gianmarco Garrisi <[email protected] >" ]
5
5
description = " A Priority Queue implemented as a heap with a function to efficiently change the priority of an item."
6
6
repository = " 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
132
132
133
133
## Changes
134
134
135
+ * 2.3.0 Implement retain and retain_mut
135
136
* 2.2.2 Fix a bug in the heapify_up implementation for DoublePriorityQueue
136
137
* 2.2.1 Fix docs.rs build
137
138
* 2.2.0 Implement ` pop_if ` . Documentation Improvements
You can’t perform that action at this time.
0 commit comments