File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " priority-queue"
3- version = " 1.3.1 "
3+ version = " 1.3.2 "
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 @@ -13,7 +13,7 @@ Please read the [API documentation here](https://docs.rs/priority-queue/)
1313
1414To use this crate, simply add the following string to your ` Cargo.toml ` :
1515```
16- priority-queue = "1.3.0 "
16+ priority-queue = "1.3.2 "
1717```
1818
1919Version numbers follow the [ semver] ( https://semver.org/ ) convention.
@@ -114,6 +114,7 @@ Feel free to contribute to this project with pull requests and/or issues. All co
114114
115115## Changes
116116
117+ * 1.3.2 Bug fix in the ` log2_fast ` internal function
117118* 1.3.1 Bug fix: [ #42 ] ( https://github.com/garro95/priority-queue/issues/42 )
118119* 1.3.0 Return bool from ` change_priority_by ` (Merged [ #41 ] ( https://github.com/garro95/priority-queue/pull/41 ) )
119120* 1.2.3 Further performance optimizations (mainly on ` DoublePriorityQueue ` )
You can’t perform that action at this time.
0 commit comments