From 1a7b5182072e187341f0609c434ad6ad40829aac Mon Sep 17 00:00:00 2001 From: Roman Stingler Date: Sat, 28 Dec 2024 15:17:57 +0100 Subject: [PATCH] update MSRV to 1.80 due to LazyLock --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2b95f58..c4f1f9c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +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" +rust-version = "1.80" [dependencies]