From 4d410509d2e67c3d33e17c6d4cdbf622ea8458f8 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 17 Nov 2022 13:01:39 -0800 Subject: [PATCH] Release 1.9.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7758759f..16b5c522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "indexmap" edition = "2021" -version = "1.9.1" +version = "1.9.2" documentation = "https://docs.rs/indexmap/" repository = "https://github.com/bluss/indexmap" license = "Apache-2.0 OR MIT"