From bb7db2c184d50cffe6d1ec9c04e36f4c3f59b8ef Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Tue, 8 Apr 2025 21:50:48 +0200 Subject: [PATCH] Bump MSRV to 1.75 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37ad527..716e986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "Terminal session recorder" license = "GPL-3.0" # MSRV -rust-version = "1.70.0" +rust-version = "1.75.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html