mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-08-05 18:16:04 +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]
|
[workspace.package]
|
||||||
version = "8.3.4"
|
version = "8.3.4"
|
||||||
|
edition = "2024"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-auto-install-assistant"
|
name = "proxmox-auto-install-assistant"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
authors = [
|
authors = [
|
||||||
"Aaron Lauterer <a.lauterer@proxmox.com>",
|
"Aaron Lauterer <a.lauterer@proxmox.com>",
|
||||||
"Proxmox Support Team <support@proxmox.com>",
|
"Proxmox Support Team <support@proxmox.com>",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-auto-installer"
|
name = "proxmox-auto-installer"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
authors = [
|
authors = [
|
||||||
"Aaron Lauterer <a.lauterer@proxmox.com>",
|
"Aaron Lauterer <a.lauterer@proxmox.com>",
|
||||||
"Proxmox Support Team <support@proxmox.com>",
|
"Proxmox Support Team <support@proxmox.com>",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-chroot"
|
name = "proxmox-chroot"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
authors = [ "Aaron Lauterer <a.lauterer@proxmox.com>" ]
|
authors = [ "Aaron Lauterer <a.lauterer@proxmox.com>" ]
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
exclude = [ "build", "debian" ]
|
exclude = [ "build", "debian" ]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-fetch-answer"
|
name = "proxmox-fetch-answer"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
authors = [
|
authors = [
|
||||||
"Aaron Lauterer <a.lauterer@proxmox.com>",
|
"Aaron Lauterer <a.lauterer@proxmox.com>",
|
||||||
"Proxmox Support Team <support@proxmox.com>",
|
"Proxmox Support Team <support@proxmox.com>",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-installer-common"
|
name = "proxmox-installer-common"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
authors = [ "Aaron Lauterer <a.lauterer@proxmox.com>" ]
|
authors = [ "Aaron Lauterer <a.lauterer@proxmox.com>" ]
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
exclude = [ "build", "debian" ]
|
exclude = [ "build", "debian" ]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-post-hook"
|
name = "proxmox-post-hook"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
authors = [
|
authors = [
|
||||||
"Christoph Heiss <c.heiss@proxmox.com>",
|
"Christoph Heiss <c.heiss@proxmox.com>",
|
||||||
"Proxmox Support Team <support@proxmox.com>",
|
"Proxmox Support Team <support@proxmox.com>",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-tui-installer"
|
name = "proxmox-tui-installer"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
authors = [ "Christoph Heiss <c.heiss@proxmox.com>" ]
|
authors = [ "Christoph Heiss <c.heiss@proxmox.com>" ]
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
exclude = [ "build", "debian" ]
|
exclude = [ "build", "debian" ]
|
||||||
|
@ -1 +1 @@
|
|||||||
edition = "2021"
|
edition = "2024"
|
||||||
|
Loading…
Reference in New Issue
Block a user