From 1d23ae8a5ba6456471023fbad5da3625aa42804f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 25 Nov 2024 15:48:33 +0100 Subject: [PATCH] Update MSRV to 1.79, which is subplot's current MSRV. - Fixes #460. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c606d45..2a90d7e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"] categories = ["cryptography", "authentication", "command-line-utilities"] license = "LGPL-2.0-or-later" edition = "2021" -rust-version = "1.75" +rust-version = "1.79" [badges] gitlab = { repository = "sequoia-pgp/sequoia-sq" }