diff --git a/proxmox-product-config/Cargo.toml b/proxmox-product-config/Cargo.toml index 859c8bfa..525e2650 100644 --- a/proxmox-product-config/Cargo.toml +++ b/proxmox-product-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-product-config" -version = "0.2.0" +version = "0.2.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-product-config/debian/changelog b/proxmox-product-config/debian/changelog index 657d768e..5ca26c2b 100644 --- a/proxmox-product-config/debian/changelog +++ b/proxmox-product-config/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-product-config (0.2.1-1) bookworm; urgency=medium + + * rebuild with proxmox-sys 6.0 + + -- Proxmox Support Team Thu, 11 Jul 2024 14:57:17 +0200 + rust-proxmox-product-config (0.2.0-1) bookworm; urgency=medium * add open_secret_lockfile diff --git a/proxmox-product-config/debian/control b/proxmox-product-config/debian/control index 96550646..7c846ec5 100644 --- a/proxmox-product-config/debian/control +++ b/proxmox-product-config/debian/control @@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 12), librust-hex-0.4+default-dev , librust-log-0.4+default-dev (>= 0.4.17-~~) , librust-nix-0.26+default-dev (>= 0.26.1-~~) , - librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~) , - librust-proxmox-sys-0.5+timer-dev (>= 0.5.5-~~) + librust-proxmox-sys-0.6+default-dev , + librust-proxmox-sys-0.6+timer-dev Maintainer: Proxmox Support Team Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git @@ -28,15 +28,15 @@ Depends: librust-hex-0.4+default-dev, librust-log-0.4+default-dev (>= 0.4.17-~~), librust-nix-0.26+default-dev (>= 0.26.1-~~), - librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~), - librust-proxmox-sys-0.5+timer-dev (>= 0.5.5-~~) + librust-proxmox-sys-0.6+default-dev, + librust-proxmox-sys-0.6+timer-dev Provides: librust-proxmox-product-config+default-dev (= ${binary:Version}), librust-proxmox-product-config-0-dev (= ${binary:Version}), librust-proxmox-product-config-0+default-dev (= ${binary:Version}), librust-proxmox-product-config-0.2-dev (= ${binary:Version}), librust-proxmox-product-config-0.2+default-dev (= ${binary:Version}), - librust-proxmox-product-config-0.2.0-dev (= ${binary:Version}), - librust-proxmox-product-config-0.2.0+default-dev (= ${binary:Version}) + librust-proxmox-product-config-0.2.1-dev (= ${binary:Version}), + librust-proxmox-product-config-0.2.1+default-dev (= ${binary:Version}) Description: Configuration file handling for Proxmox products - Rust source code Source code for Debianized Rust crate "proxmox-product-config"