From 2072419799986e0603ec3f0af71951e59b63f4d9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 10 Jan 2025 22:19:18 -0500 Subject: [PATCH] chore: add msrv Signed-off-by: Rui Chen --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 93d542f..2a70413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ license = "GPL-2.0-or-later" repository = "https://github.com/danobi/prr" version = "0.19.0" edition = "2021" +rust-version = "1.78.0" build = "build.rs" [dependencies]