diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/indexmap/RELEASES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/indexmap/RELEASES.md b/vendor/indexmap/RELEASES.md index 5b1d23a1e..7c58be36b 100644 --- a/vendor/indexmap/RELEASES.md +++ b/vendor/indexmap/RELEASES.md @@ -1,3 +1,8 @@ +- 1.9.2 + + - `IndexMap` and `IndexSet` both implement `arbitrary::Arbitrary<'_>` and + `quickcheck::Arbitrary` if those optional dependency features are enabled. + - 1.9.1 - The MSRV now allows Rust 1.56.0 as well. However, currently `hashbrown` |