From 24565fb482d07a71da73f5dad66d833c27e77521 Mon Sep 17 00:00:00 2001 From: Matias Korhonen Date: Wed, 1 May 2024 10:55:44 +0300 Subject: [PATCH] Set the MSRV --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ec948db..627008c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "paper-age" description = "Easy and secure paper backups of secrets" version = "1.2.1" edition = "2021" +rust-version = "1.74" repository = "https://github.com/matiaskorhonen/paper-age" authors = ["Matias Korhonen "] license = "MIT"