[pbs-devel] [PATCH proxmox 03/10] cargo: set workspace edition to 2024
Maximiliano Sandoval
m.sandoval at proxmox.com
Mon Jan 26 16:13:40 CET 2026
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 27a69afa..554c6cb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,12 +69,12 @@ resolver = "2"
[workspace.package]
authors = ["Proxmox Support Team <support at proxmox.com>"]
-edition = "2021"
+edition = "2024"
license = "AGPL-3"
repository = "https://git.proxmox.com/?p=proxmox.git"
homepage = "https://proxmox.com"
exclude = [ "debian" ]
-rust-version = "1.82"
+rust-version = "1.85"
[workspace.dependencies]
# any features enabled here are enabled on all members using 'workspace = true'!
--
2.47.3
More information about the pbs-devel
mailing list