File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ - 2.0.0 (pending)
2
+
3
+ - ** MSRV** : Rust 1.56 or later is now required.
4
+
5
+ - The ` hashbrown ` dependency has been updated to version 0.12.
6
+
7
+ - The ` "std" ` feature is no longer auto-detected. It is included in the
8
+ default feature set, or else can be enabled like any other Cargo feature.
9
+
10
+ - The ` "serde-1" ` feature has been removed, leaving just the optional
11
+ ` "serde" ` dependency to be enabled like a feature itself.
12
+
13
+ - ` IndexMap::get_index_mut ` now returns ` Option<(&K, &mut V)> ` , changing
14
+ the key part from ` &mut K ` to ` &K ` . There is also a new alternative
15
+ ` MutableKeys::get_index_mut2 ` to access the former behavior.
16
+
17
+
1
18
- 1.8.0
2
19
3
20
- The new ` IndexMap::into_keys ` and ` IndexMap::into_values ` will consume
You can’t perform that action at this time.
0 commit comments