We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0adaf commit 4de0dcfCopy full SHA for 4de0dcf
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2018"
4
-version = "1.5.1"
+version = "1.5.2"
5
authors = [
6
"bluss",
7
"Josh Stone <cuviper@gmail.com>"
README.rst
@@ -66,6 +66,14 @@ which is roughly:
66
Recent Changes
67
==============
68
69
+- 1.5.2
70
+
71
+ - The new "std" feature will force the use of ``std`` for users that explicitly
72
+ want the default ``S = RandomState``, bypassing the autodetection added in 1.3.0,
73
+ by @cuviper in PR 145_.
74
75
+.. _145: https://github.com/bluss/indexmap/pull/145
76
77
- 1.5.1
78
79
- Values can now be indexed by their ``usize`` position by @cuviper in PR 132_.
0 commit comments