diff --git a/Cargo.toml b/Cargo.toml index da3ddc15..d730d51b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "indexmap" edition = "2021" -version = "1.9.2" +version = "1.9.3" documentation = "https://docs.rs/indexmap/" repository = "https://github.com/bluss/indexmap" license = "Apache-2.0 OR MIT" diff --git a/RELEASES.md b/RELEASES.md index 7c58be36..7ea8b702 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +- 1.9.3 + + - Bump the `rustc-rayon` dependency, for compiler use only. + - 1.9.2 - `IndexMap` and `IndexSet` both implement `arbitrary::Arbitrary<'_>` and