* [pdm-devel] [PATCH proxmox] pve-api-types: add missing serde import
@ 2025-10-16 6:41 Hannes Laimer
2025-10-16 8:04 ` Shannon Sterz
0 siblings, 1 reply; 2+ messages in thread
From: Hannes Laimer @ 2025-10-16 6:41 UTC (permalink / raw)
To: pdm-devel
Fixes: 88df0fc ("expose qemu pending api")
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
---
pve-api-types/src/types/mod.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/pve-api-types/src/types/mod.rs b/pve-api-types/src/types/mod.rs
index f2ec2b50..5fd08f2f 100644
--- a/pve-api-types/src/types/mod.rs
+++ b/pve-api-types/src/types/mod.rs
@@ -5,6 +5,7 @@
use std::collections::HashMap;
use anyhow::{bail, Error};
+use serde::{Deserialize, Serialize};
use serde_json::Value;
use proxmox_schema::{api, const_regex, ApiStringFormat, ApiType, Schema, StringSchema};
--
2.47.3
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [pdm-devel] [PATCH proxmox] pve-api-types: add missing serde import
2025-10-16 6:41 [pdm-devel] [PATCH proxmox] pve-api-types: add missing serde import Hannes Laimer
@ 2025-10-16 8:04 ` Shannon Sterz
0 siblings, 0 replies; 2+ messages in thread
From: Shannon Sterz @ 2025-10-16 8:04 UTC (permalink / raw)
To: Hannes Laimer; +Cc: Proxmox Datacenter Manager development discussion
On Thu Oct 16, 2025 at 8:41 AM CEST, Hannes Laimer wrote:
> Fixes: 88df0fc ("expose qemu pending api")
> Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
> ---
> pve-api-types/src/types/mod.rs | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/pve-api-types/src/types/mod.rs b/pve-api-types/src/types/mod.rs
> index f2ec2b50..5fd08f2f 100644
> --- a/pve-api-types/src/types/mod.rs
> +++ b/pve-api-types/src/types/mod.rs
> @@ -5,6 +5,7 @@
> use std::collections::HashMap;
>
> use anyhow::{bail, Error};
> +use serde::{Deserialize, Serialize};
> use serde_json::Value;
>
> use proxmox_schema::{api, const_regex, ApiStringFormat, ApiType, Schema, StringSchema};
note a similar patch was already applied:
https://git.proxmox.com/?p=proxmox.git;a=commit;h=b921def580025faa840886f7f981d34fa20fb979
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-16 8:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-16 6:41 [pdm-devel] [PATCH proxmox] pve-api-types: add missing serde import Hannes Laimer
2025-10-16 8:04 ` Shannon Sterz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.