[pve-devel] [PATCH 1/4] cargo: set edition to 2024
Maximiliano Sandoval
m.sandoval at proxmox.com
Mon Mar 31 15:51:28 CEST 2025
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index dc7f312..2d3f50d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ resolver = "2"
[workspace.package]
authors = ["Proxmox Support Team <support at proxmox.com>"]
-edition = "2021"
+edition = "2024"
license = "AGPL-3"
homepage = "https://proxmox.com"
exclude = [ "debian" ]
--
2.39.5
More information about the pve-devel
mailing list