File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " indexmap"
3
3
edition = " 2018"
4
- version = " 1.5.0 "
4
+ version = " 1.5.1 "
5
5
authors = [
6
6
" bluss" ,
7
7
" Josh Stone <cuviper@gmail.com>"
Original file line number Diff line number Diff line change @@ -66,6 +66,18 @@ which is roughly:
66
66
Recent Changes
67
67
==============
68
68
69
+ - 1.5.1
70
+
71
+ - Values can now be indexed by their ``usize `` position by @cuviper in PR 132 _.
72
+
73
+ - Some of the generic bounds have been relaxed to match ``std `` by @cuviper in PR 141 _.
74
+
75
+ - ``drain `` now accepts any ``R: RangeBounds<usize> `` by @cuviper in PR 142 _.
76
+
77
+ .. _132 : https://github.com/bluss/indexmap/pull/132
78
+ .. _141 : https://github.com/bluss/indexmap/pull/141
79
+ .. _142 : https://github.com/bluss/indexmap/pull/142
80
+
69
81
- 1.5.0
70
82
71
83
- **MSRV **: Rust 1.32 or later is now required.
You can’t perform that action at this time.
0 commit comments