From 2155483906111c369938ed567bfd4218d3a3f91e Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Mon, 10 Mar 2025 11:22:10 +0100 Subject: [PATCH] cargo: port to rust 2024 edition Signed-off-by: Maximiliano Sandoval --- 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 ", "Proxmox Support Team ", ] -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"