From e1220b02ad4680d431b28b27c0376d5001e52aa8 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Tue, 13 Aug 2024 10:44:09 +0200 Subject: [PATCH] cargo: declare msrv In the following commit we will make use of std::sync::LazyLock which was introduced in rust 1.80. Signed-off-by: Maximiliano Sandoval --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index eda8d7bc4..221dcf538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ authors = [ edition = "2021" license = "AGPL-3" repository = "https://git.proxmox.com/?p=proxmox-backup.git" +rust-version = "1.80" [package] name = "proxmox-backup"