[pve-devel] [PATCH proxmox-mail-forward 1/2] cargo: port to rust 2024 edition

Maximiliano Sandoval m.sandoval at proxmox.com
Mon Mar 10 11:22:10 CET 2025


Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 Cargo.toml   | 2 +-
 rustfmt.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 0f4e3b0..5a8e1d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ authors = [
     "Lukas Wagner <l.wagner at proxmox.com>",
     "Proxmox Support Team <support at proxmox.com>",
 ]
-edition = "2021"
+edition = "2024"
 license = "AGPL-3"
 description = "Proxmox mail forward helper"
 homepage = "https://www.proxmox.com"
diff --git a/rustfmt.toml b/rustfmt.toml
index 3a26366..f216078 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1 +1 @@
-edition = "2021"
+edition = "2024"
-- 
2.39.5





More information about the pve-devel mailing list