From 66522a628fbfa63dd1243afd5d1332a53cf56254 Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Sun, 19 Apr 2026 11:30:45 -0500 Subject: [PATCH] also update msrv now that we have if-let arms --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79f3c31..9474afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "AGPL-3.0-only" keywords = ["pdf", "tui", "cli", "terminal"] categories = ["command-line-utilities", "text-processing", "visualization"] default-run = "tdf" -rust-version = "1.90" +rust-version = "1.95" [[bin]] name = "tdf"