From c494785148795ffe7e66d12b657b50db66d21b06 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Tue, 14 Mar 2023 15:08:44 +0100 Subject: [PATCH] build: set msrv in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 153c4bd..88362d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/steven-omaha/pacdef" readme = "README.md" keywords = ["package-manager", "linux", "declarative", "cli"] categories = ["command-line-utilities"] +rust-version = "1.65" [workspace] members = ["crates/pacdef_macros", "crates/pacdef_core"]