From 82215548656c43c7d791fd361abfd79cef7341a2 Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Sat, 27 Sep 2025 22:33:50 +0300 Subject: [PATCH] Bump MSRV to get syntect to compile https://releases.rs/docs/1.79.0/ > Propagate temporary lifetime extension into if and match expressions. 1.79 was released on: 13 June, 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 483ed819..ff68e026 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = ["assets/syntaxes/*", "assets/themes/*"] build = "build/main.rs" edition = '2021' # You are free to bump MSRV as soon as a reason for bumping emerges. -rust-version = "1.74" +rust-version = "1.79" [features] default = ["application", "git"]