From 9f9f736cfca25781541fb47ce7dc8040e55548cb Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Wed, 14 Aug 2024 09:19:50 +0200 Subject: [PATCH] cargo: set msrv to 1.80 In the following commits we make use of std::sync::LazyLock; Signed-off-by: Maximiliano Sandoval --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6495b40a..71f25b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ license = "AGPL-3" repository = "https://git.proxmox.com/?p=proxmox.git" homepage = "https://proxmox.com" exclude = [ "debian" ] -rust-version = "1.70" +rust-version = "1.80" [workspace.dependencies] # any features enabled here are enabled on all members using 'workspace = true'!