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 17
17
comparison traits like ` Eq ` only consider items in order, rather than hash
18
18
lookups, and slices even implement ` Hash ` .
19
19
20
- - ` IndexMap ` and ` IndexSet ` both implement ` arbitrary::Arbitrary<'_> ` and
21
- ` quickcheck::Arbitrary ` if those optional dependency features are enabled.
22
-
23
20
- ` IndexMap ` and ` IndexSet ` now have ` sort_by_cached_key ` and
24
21
` par_sort_by_cached_key ` methods which perform stable sorts in place
25
22
using a key extraction function.
31
28
32
29
- The ` hashbrown ` dependency has been updated to version 0.13.
33
30
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
+
34
36
- 1.9.1
35
37
36
38
- 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