From d367728b39206fb298bc8b7ef4c6c36d84c59c39 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 26 Feb 2026 07:54:51 +0300 Subject: [PATCH] chore: set MSRV to 1.91.0 Signed-off-by: NotAShelf Change-Id: Iadde6dfe7e79a365edf4d664b941c0776a6a6964 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ef6a3f..51e12ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ "NotAShelf " ] license = "MPL-2.0" readme = true repository = "https://github.com/notashelf/stash" -rust-version = "1.90" +rust-version = "1.91.0" [[bin]] name = "stash" # actual binary name for Nix, Cargo, etc.