File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 0.15.1 (2026-01-18)
2+ ==========================
3+
4+ - Merge @diegomrsantos PR to implement the following changes:
5+ - Issue #65 : Fix non-unique iteration over slab holes
6+
17Version 0.15.0 (2025-05-21)
28==========================
39
Original file line number Diff line number Diff line change 11[package ]
22name = " multi_index_map"
3- version = " 0.15.0 "
3+ version = " 0.15.1 "
44edition = " 2021"
55authors = [" Louis Wyborn <louiswyborn@gmail.com>" ]
66rust-version = " 1.62"
@@ -14,7 +14,7 @@ readme = "README.md"
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
1616[dependencies ]
17- multi_index_map_derive = { version = " 0.15.0 " , path = " ../multi_index_map_derive" }
17+ multi_index_map_derive = { version = " 0.15.1 " , path = " ../multi_index_map_derive" }
1818
1919# Used as the backing store of all the elements.
2020slab = { version = " 0.4" }
Original file line number Diff line number Diff line change 11[package ]
22name = " multi_index_map_derive"
3- version = " 0.15.0 "
3+ version = " 0.15.1 "
44edition = " 2021"
55authors = [" Louis Wyborn <louiswyborn@gmail.com>" ]
66rust-version = " 1.62"
You can’t perform that action at this time.
0 commit comments