From a80b1e607e3c9e3e121c407225f887d002ff7983 Mon Sep 17 00:00:00 2001 From: Louis Wyborn Date: Thu, 4 Jun 2026 13:14:18 +0200 Subject: [PATCH] Bump MSRV --- multi_index_map/Cargo.toml | 2 +- multi_index_map_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multi_index_map/Cargo.toml b/multi_index_map/Cargo.toml index 8af79e9..33a6abf 100644 --- a/multi_index_map/Cargo.toml +++ b/multi_index_map/Cargo.toml @@ -3,7 +3,7 @@ name = "multi_index_map" version = "0.15.1" edition = "2021" authors = ["Louis Wyborn "] -rust-version = "1.62" +rust-version = "1.65" license = "MIT" description = "MultiIndexMap: A generic multi index map inspired by boost multi index containers" repository = "https://github.com/lun3x/multi_index_map" diff --git a/multi_index_map_derive/Cargo.toml b/multi_index_map_derive/Cargo.toml index 0809d6a..20c19a8 100644 --- a/multi_index_map_derive/Cargo.toml +++ b/multi_index_map_derive/Cargo.toml @@ -3,7 +3,7 @@ name = "multi_index_map_derive" version = "0.15.1" edition = "2021" authors = ["Louis Wyborn "] -rust-version = "1.62" +rust-version = "1.65" license = "MIT" description = "MultiIndexMap: A generic multi index map inspired by boost multi index containers" repository = "https://github.com/lun3x/multi_index_map"