[pve-devel] [PATCH installer 0/2] update to 2024 edition, run cargo fmt
Christoph Heiss
c.heiss at proxmox.com
Fri Feb 28 10:27:31 CET 2025
As it says on the tin. First updates (and unifies) the edition across the
workspace to 2024, afterwards let `cargo fmt` rip through.
Christoph Heiss (2):
tree-wide: rust: update to 2024 edition
tree-wide: rust: run cargo fmt
Cargo.toml | 1 +
proxmox-auto-install-assistant/Cargo.toml | 2 +-
proxmox-auto-install-assistant/src/main.rs | 12 +++++++-----
proxmox-auto-installer/Cargo.toml | 2 +-
proxmox-auto-installer/src/answer.rs | 6 +++---
.../src/bin/proxmox-auto-installer.rs | 11 +++++------
proxmox-auto-installer/src/log.rs | 2 +-
proxmox-auto-installer/src/sysinfo.rs | 4 ++--
proxmox-auto-installer/src/utils.rs | 18 ++++++++++++------
proxmox-auto-installer/tests/parse-answer.rs | 2 +-
proxmox-chroot/Cargo.toml | 2 +-
proxmox-chroot/src/main.rs | 14 +++++++++-----
proxmox-fetch-answer/Cargo.toml | 2 +-
proxmox-fetch-answer/src/fetch_plugins/http.rs | 2 +-
.../src/fetch_plugins/partition.rs | 2 +-
proxmox-fetch-answer/src/main.rs | 4 ++--
proxmox-installer-common/Cargo.toml | 2 +-
proxmox-installer-common/src/options.rs | 2 +-
proxmox-installer-common/src/setup.rs | 2 +-
proxmox-installer-common/src/sysinfo.rs | 2 +-
proxmox-installer-common/src/utils.rs | 6 +-----
proxmox-post-hook/Cargo.toml | 2 +-
proxmox-post-hook/src/main.rs | 6 +++---
proxmox-tui-installer/Cargo.toml | 2 +-
proxmox-tui-installer/src/main.rs | 8 ++++----
proxmox-tui-installer/src/options.rs | 4 ++--
proxmox-tui-installer/src/views/bootdisk.rs | 10 +++++-----
.../src/views/install_progress.rs | 6 +++---
proxmox-tui-installer/src/views/mod.rs | 2 +-
proxmox-tui-installer/src/views/tabbed_view.rs | 2 +-
proxmox-tui-installer/src/views/table_view.rs | 4 ++--
proxmox-tui-installer/src/views/timezone.rs | 4 ++--
rustfmt.toml | 2 +-
33 files changed, 80 insertions(+), 72 deletions(-)
--
2.47.1
More information about the pve-devel
mailing list