From c39b96be972567abcad07f094c80b934e811a797 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias Ratajczak" Date: Tue, 14 Mar 2023 15:15:07 +0100 Subject: [PATCH] add msrv --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 92d779a..1144ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "pomodoro" edition = "2021" version = "0.1.0" +rust-version = "1.61" [dependencies] anyhow = "1.0"