From 491d0d778a6a2a2c45d30d27da0318851627b780 Mon Sep 17 00:00:00 2001 From: Midas Lambrichts Date: Mon, 5 Jan 2026 15:51:55 +0100 Subject: [PATCH] Bump msrv --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 874bb43..3d55b9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" description = "A simple type for non empty Strings, similar to NonZeroUsize and friends." repository = "https://github.com/MidasLamb/non-empty-string" keywords = ["nonemptystring", "string", "str", "non-empty", "nonempty"] -rust-version = "1.81.0" +rust-version = "1.87.0" [package.metadata."docs.rs"] all-features = true