From 23522c719afb07b39435a9f2d6cf73618780a606 Mon Sep 17 00:00:00 2001 From: Geoffry Song Date: Fri, 24 Jan 2025 19:39:30 -0800 Subject: [PATCH] Document MSRV as 1.76 (#93) --- Cargo.toml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7dfc9c8..5f7c979 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "4.0.1" authors = ["Bodil Stokke ", "Joe Neeman "] edition = "2018" license = "MPL-2.0+" +rust-version = "1.76" description = "Immutable collection datatypes" repository = "https://github.com/jneem/imbl" documentation = "https://docs.rs/imbl" diff --git a/README.md b/README.md index 35c6eef..7d64607 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ appears to be unmaintained. The `1.0` release of `imbl` is compatible with the ## Minimum supported rust version -This crate supports rust 1.51 and later. As const generics become more useful, +This crate supports rust 1.76 and later. As const generics become more useful, the minimum supported rust version will increase. ## Licence