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.4.1 "
3+ version = " 2.5.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 @@ -133,6 +133,7 @@ All contribution shall be under a license compatible with the GNU LGPL version 3
133133
134134## Changes
135135
136+ * 2.5.0 Implement ` contains ` .
136137* 2.4.1 Documentation improvements: add examples for ` extract_if `
137138* 2.4.0 Implement ` extract_if ` .
138139* 2.3.1 Declare rust-version in Crate manifest: [ #65 ] ( https://github.com/garro95/priority-queue/pull/65 ) . Thanks to [ aborgna-q] ( https://github.com/aborgna-q )
You can’t perform that action at this time.
0 commit comments