From 1ac3f788059cd4a4c95dc19370d74f4b4494d656 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 1 Apr 2026 10:00:48 -0500 Subject: [PATCH] chore: Drop MSRV to 1.85 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e4b28e..34af2f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ resolver = "3" repository = "https://github.com/rust-cli/human-panic" license = "MIT OR Apache-2.0" edition = "2024" -rust-version = "1.88" # MSRV +rust-version = "1.85" # MSRV include = [ "build.rs", "src/**/*",