[pve-devel] applied: [PATCH installer] tree-wide: add serde `derive` where actually needed

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Nov 12 14:51:35 CET 2024


Am 12.11.24 um 13:49 schrieb Christoph Heiss:
> Fixes building each crate on their own.
> 
> In a full build (e.g. `make deb`), everything pulls in serde with the
> `derive` feature anyway and thus does not exihibit any build failures.
> 
> Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
> ---
> Only noticed this by pure chance while using `cargo test -p
> proxmox-tui-installer`. Interesting though that a full build does not
> break, which is why I didn't notice it until now ..
> 
>  proxmox-installer-common/Cargo.toml | 2 +-
>  proxmox-post-hook/Cargo.toml        | 2 +-
>  proxmox-tui-installer/Cargo.toml    | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
>

applied, thanks!




More information about the pve-devel mailing list