[pbs-devel] [PATCH backup 04/11] cargo: declare msrv

Maximiliano Sandoval m.sandoval at proxmox.com
Tue Aug 13 10:44:09 CEST 2024


In the following commit we will make use of std::sync::LazyLock which
was introduced in rust 1.80.

Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Cargo.toml b/Cargo.toml
index eda8d7bc..221dcf53 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"
-- 
2.39.2





More information about the pbs-devel mailing list