From 76054d0230c6709ace1de3a83a1c0f9ae4e34737 Mon Sep 17 00:00:00 2001 From: Roman Stingler Date: Mon, 23 Dec 2024 01:19:56 +0100 Subject: [PATCH] set MSRV (Minimum Supported Rust Version) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c61db934..efde7785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ documentation = "https://docs.rs/paru" license = "GPL-3.0" keywords = ["archlinux", "arch", "alpm", "pacman", "aur"] include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "help"] +rust-version = "1.78" [dependencies]