Skip to content

Commit d8fc464

Browse files
authored
Bump MSRV (#69)
1 parent 68986be commit d8fc464

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

multi_index_map/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "multi_index_map"
33
version = "0.15.1"
44
edition = "2021"
55
authors = ["Louis Wyborn <louiswyborn@gmail.com>"]
6-
rust-version = "1.62"
6+
rust-version = "1.65"
77
license = "MIT"
88
description = "MultiIndexMap: A generic multi index map inspired by boost multi index containers"
99
repository = "https://github.com/lun3x/multi_index_map"

multi_index_map_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "multi_index_map_derive"
33
version = "0.15.1"
44
edition = "2021"
55
authors = ["Louis Wyborn <louiswyborn@gmail.com>"]
6-
rust-version = "1.62"
6+
rust-version = "1.65"
77
license = "MIT"
88
description = "MultiIndexMap: A generic multi index map inspired by boost multi index containers"
99
repository = "https://github.com/lun3x/multi_index_map"

0 commit comments

Comments
 (0)