From a8f9c5ca270b6d25249c4c85805ed90c1b02ff88 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 16 Jan 2025 13:51:48 +0100 Subject: [PATCH] config: bump to 0.2.2 Signed-off-by: Wolfgang Bumiller --- proxmox-ve-config/Cargo.toml | 4 ++-- proxmox-ve-config/debian/changelog | 6 ++++++ proxmox-ve-config/debian/control | 14 +++++++------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/proxmox-ve-config/Cargo.toml b/proxmox-ve-config/Cargo.toml index 0c8f616..b20ced1 100644 --- a/proxmox-ve-config/Cargo.toml +++ b/proxmox-ve-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-ve-config" -version = "0.2.1" +version = "0.2.2" authors.workspace = true edition.workspace = true license.workspace = true @@ -17,6 +17,6 @@ serde_json = "1" serde_plain = "1" serde_with = "3" -proxmox-schema = "3.1.2" +proxmox-schema = "4" proxmox-sys = "0.6.4" proxmox-sortable-macro = "0.1.3" diff --git a/proxmox-ve-config/debian/changelog b/proxmox-ve-config/debian/changelog index 5fc8a1a..e089c4b 100644 --- a/proxmox-ve-config/debian/changelog +++ b/proxmox-ve-config/debian/changelog @@ -1,3 +1,9 @@ +proxmox-ve-config (0.2.2) unstable; urgency=medium + + * rebuild with proxmox-schema 4.0 + + -- Proxmox Support Team Thu, 16 Jan 2025 13:52:09 +0100 + proxmox-ve-config (0.2.1) unstable; urgency=medium * fix #5927: firewall: alias: lowercase names of aliases diff --git a/proxmox-ve-config/debian/control b/proxmox-ve-config/debian/control index 24814c1..b63e0c9 100644 --- a/proxmox-ve-config/debian/control +++ b/proxmox-ve-config/debian/control @@ -6,17 +6,17 @@ Build-Depends: cargo:native, debhelper-compat (= 13), dh-sequence-cargo, librust-anyhow-1+default-dev, - librust-log-0.4+default-dev (>= 0.4.17-~~), - librust-nix-0.26+default-dev (>= 0.26.1-~~), - librust-thiserror-dev (>= 1.0.59-~~), - librust-proxmox-schema-3+default-dev, - librust-proxmox-sortable-macro-dev, - librust-proxmox-sys-dev, + librust-log-0.4+default-dev, + librust-nix-0.26+default-dev, + librust-proxmox-schema-4+default-dev, + librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.3-~~), + librust-proxmox-sys-0.6+default-dev (>= 0.6.4-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-json-1+default-dev, librust-serde-plain-1+default-dev, - librust-serde-with+default-dev, + librust-serde-with-3+default-dev, + librust-thiserror-1+default-dev (>= 1.0.59-~~), libstd-rust-dev, netbase, python3,