mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 04:44:59 +00:00
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:
parent
c3275442b4
commit
c305be5e91
@ -12,6 +12,7 @@ members = [
|
||||
|
||||
[workspace.package]
|
||||
version = "8.3.4"
|
||||
edition = "2024"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0"
|
||||
|
@ -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>",
|
||||
|
@ -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>",
|
||||
|
@ -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" ]
|
||||
|
@ -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>",
|
||||
|
@ -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" ]
|
||||
|
@ -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>",
|
||||
|
@ -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" ]
|
||||
|
@ -1 +1 @@
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
Loading…
Reference in New Issue
Block a user