[pbs-devel] [PATCH offline-mirror 2/3] cargo: update to edition 2024

Maximiliano Sandoval m.sandoval at proxmox.com
Mon Feb 24 10:33:24 CET 2025


This requires 1.85.

Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---

One could drop the rust-version here instead, but this approach reduces the
diffs in the future.

 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 6699502..bc92b19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,10 +2,10 @@
 name = "proxmox-offline-mirror"
 version = "0.6.7"
 authors = ["Proxmox Support Team <support at proxmox.com>"]
-edition = "2021"
+edition = "2024"
 license = "AGPL-3"
 description = "Proxmox offline repository mirror and subscription key manager"
-rust-version = "1.80"
+rust-version = "1.85"
 
 exclude = ["debian"]
 
-- 
2.39.5





More information about the pbs-devel mailing list