From ba43d99c49e8b0901075078a43997e71287914b1 Mon Sep 17 00:00:00 2001 From: Rinde van Lon Date: Fri, 10 Jan 2025 13:56:26 +0000 Subject: [PATCH] fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a3971e..a04f5db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "more_collections" version = "0.14.3" -rust-version = "1.60.0" +rust-version = "1.76.0" authors = ["Rinde van Lon "] description = "Additional collections not found in std::collections" repository = "https://github.com/rinde/more_collections/"