File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " indexmap"
3
- version = " 1.3.2 "
3
+ version = " 1.4.0 "
4
4
authors = [
5
5
" bluss" ,
6
6
" Josh Stone <cuviper@gmail.com>"
Original file line number Diff line number Diff line change @@ -86,6 +86,21 @@ which is roughly:
86
86
Recent Changes
87
87
==============
88
88
89
+ - 1.4.0
90
+
91
+ - Add new method ``get_index_of `` by @Thermatrix in PR 115 _ and 120 _
92
+
93
+ - Fix build script rebuild-if-changed configuration to use "build.rs";
94
+ fixes issue 123 _. Fix by @cuviper.
95
+
96
+ - Dev-dependencies (rand and quickcheck) have been updated. The crate's tests
97
+ now run using Rust 1.32 or later (MSRV for building the crate has not changed).
98
+ by @kjeremy and @bluss
99
+
100
+ .. _123 : https://github.com/bluss/indexmap/issues/123
101
+ .. _115 : https://github.com/bluss/indexmap/pull/115
102
+ .. _120 : https://github.com/bluss/indexmap/pull/120
103
+
89
104
- 1.3.2
90
105
91
106
- Maintenance update to regenerate the published `Cargo.toml `.
You can’t perform that action at this time.
0 commit comments