File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717 comparison traits like ` Eq ` only consider items in order, rather than hash
1818 lookups, and slices even implement ` Hash ` .
1919
20- - ` IndexMap ` and ` IndexSet ` both implement ` arbitrary::Arbitrary<'_> ` and
21- ` quickcheck::Arbitrary ` if those optional dependency features are enabled.
22-
2320 - ` IndexMap ` and ` IndexSet ` now have ` sort_by_cached_key ` and
2421 ` par_sort_by_cached_key ` methods which perform stable sorts in place
2522 using a key extraction function.
3128
3229 - The ` hashbrown ` dependency has been updated to version 0.13.
3330
31+ - 1.9.2
32+
33+ - ` IndexMap ` and ` IndexSet ` both implement ` arbitrary::Arbitrary<'_> ` and
34+ ` quickcheck::Arbitrary ` if those optional dependency features are enabled.
35+
3436- 1.9.1
3537
3638 - The MSRV now allows Rust 1.56.0 as well. However, currently ` hashbrown `
You can’t perform that action at this time.
0 commit comments