From a0e0954689279bf8f2c6b1e6726445d9a88c7ccc Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Mon, 10 Mar 2025 10:39:03 +0100 Subject: [PATCH] pmg: Port to 2024 edition Signed-off-by: Maximiliano Sandoval --- pmg-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 2499f40..a6f4bb1 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.7" description = "PMG parts which have been ported to rust" homepage = "https://www.proxmox.com" authors = ["Proxmox Support Team "] -edition = "2021" +edition = "2024" license = "AGPL-3" repository = "https://git.proxmox.com/?p=proxmox.git"