[pve-devel] [PATCH proxmox-firewall 1/2] firewall: cargo: use new cargo feature resolver
Gabriel Goller
g.goller at proxmox.com
Thu Oct 31 11:09:55 CET 2024
On 30.10.2024 15:12, Gabriel Goller wrote:
>Virtual cargo workspaces (workspaces without a [package] section)
>default to the cargo feature resolver "1" – even though this outputs a
>warning on every cargo invocation. To remove the warning, explicitly set
>the resolver to version "2".
>
>Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
>---
> Cargo.toml | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/Cargo.toml b/Cargo.toml
>index 8fba806ad2a5..3894d9f703a1 100644
>--- a/Cargo.toml
>+++ b/Cargo.toml
>@@ -3,6 +3,7 @@ members = [
> "proxmox-nftables",
> "proxmox-firewall",
> ]
>+resolver = "2"
>
> [workspace.dependencies]
> proxmox-ve-config = { version = "0.1.0" }
>--
>2.39.5
>
>
>
>_______________________________________________
>pve-devel mailing list
>pve-devel at lists.proxmox.com
>https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
v2 for both patches on the list!
More information about the pve-devel
mailing list