From eddb8fb50cb46d16436ee424ec03f3147d315a7f Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Mon, 10 Mar 2025 10:39:02 +0100 Subject: [PATCH] pve: Port to 2024 edition Signed-off-by: Maximiliano Sandoval --- pve-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 64a7e92..81a8396 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.2" description = "PVE 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"