From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 45CE21FF183 for ; Wed, 13 Aug 2025 10:44:05 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6D8B11F045; Wed, 13 Aug 2025 10:45:44 +0200 (CEST) Message-ID: Date: Wed, 13 Aug 2025 10:45:41 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: Proxmox Backup Server development discussion , Dominik Csapak References: <20250813082039.1123484-1-d.csapak@proxmox.com> Content-Language: en-US From: Stefan Hanreich In-Reply-To: <20250813082039.1123484-1-d.csapak@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.707 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pbs-devel] [PATCH proxmox stable-bookworm] network-api: only depend on proxmox-ve-config with 'impl' feature X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Backup Server development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" successfully built proxmox-datacenter-manager again with this patch, so consider this: Tested-by: Stefan Hanreich On 8/13/25 10:20 AM, Dominik Csapak wrote: > we only use this crate in src/config/helper.rs, and the whole config > module is guarded by the 'impl' feature, so the dependency should only > be necessary there. > > Signed-off-by: Dominik Csapak > --- > proxmox-network-api/Cargo.toml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/proxmox-network-api/Cargo.toml b/proxmox-network-api/Cargo.toml > index 26e5bda9..0fd61a2c 100644 > --- a/proxmox-network-api/Cargo.toml > +++ b/proxmox-network-api/Cargo.toml > @@ -25,7 +25,7 @@ proxmox-sys = { workspace = true, optional = true } > proxmox-schema = { workspace = true, features = ["api-macro", "api-types"] } > proxmox-config-digest = { workspace = true, optional = true } > proxmox-product-config = { workspace = true, optional = true } > -proxmox-ve-config = "0.2.3" > +proxmox-ve-config = { version = "0.2.3", optional = true } > > [features] > default = [] > @@ -36,4 +36,5 @@ impl = [ > "dep:nix", > "dep:libc", > "dep:proxmox-sys", > + "dep:proxmox-ve-config", > ] _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel