tree-wide: rust: update to 2024 edition

Updates (and unifies) the edition across the workspace to 2024.

No functional changes.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
Christoph Heiss 2025-02-28 10:27:32 +01:00 committed by Thomas Lamprecht
parent c3275442b4
commit c305be5e91
9 changed files with 9 additions and 8 deletions

View File

@ -12,6 +12,7 @@ members = [
[workspace.package]
version = "8.3.4"
edition = "2024"
[workspace.dependencies]
anyhow = "1.0"

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-auto-install-assistant"
version.workspace = true
edition = "2021"
edition.workspace = true
authors = [
"Aaron Lauterer <a.lauterer@proxmox.com>",
"Proxmox Support Team <support@proxmox.com>",

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-auto-installer"
version.workspace = true
edition = "2021"
edition.workspace = true
authors = [
"Aaron Lauterer <a.lauterer@proxmox.com>",
"Proxmox Support Team <support@proxmox.com>",

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-chroot"
version.workspace = true
edition = "2021"
edition.workspace = true
authors = [ "Aaron Lauterer <a.lauterer@proxmox.com>" ]
license = "AGPL-3"
exclude = [ "build", "debian" ]

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-fetch-answer"
version.workspace = true
edition = "2021"
edition.workspace = true
authors = [
"Aaron Lauterer <a.lauterer@proxmox.com>",
"Proxmox Support Team <support@proxmox.com>",

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-installer-common"
version.workspace = true
edition = "2021"
edition.workspace = true
authors = [ "Aaron Lauterer <a.lauterer@proxmox.com>" ]
license = "AGPL-3"
exclude = [ "build", "debian" ]

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-post-hook"
version.workspace = true
edition = "2021"
edition.workspace = true
authors = [
"Christoph Heiss <c.heiss@proxmox.com>",
"Proxmox Support Team <support@proxmox.com>",

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-tui-installer"
version.workspace = true
edition = "2021"
edition.workspace = true
authors = [ "Christoph Heiss <c.heiss@proxmox.com>" ]
license = "AGPL-3"
exclude = [ "build", "debian" ]

View File

@ -1 +1 @@
edition = "2021"
edition = "2024"