diff --git a/proxmox-product-config/Cargo.toml b/proxmox-product-config/Cargo.toml index 5bee7e21..ed09151d 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.1" +version = "0.2.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-product-config/debian/changelog b/proxmox-product-config/debian/changelog index 5ca26c2b..d2f62e0f 100644 --- a/proxmox-product-config/debian/changelog +++ b/proxmox-product-config/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-product-config (0.2.2-1) bookworm; urgency=medium + + * drop unused dependencies `hex` and `log` + + * various documentation fixes + + -- Proxmox Support Team Wed, 14 Aug 2024 11:52:47 +0200 + rust-proxmox-product-config (0.2.1-1) bookworm; urgency=medium * rebuild with proxmox-sys 6.0 diff --git a/proxmox-product-config/debian/control b/proxmox-product-config/debian/control index 7c846ec5..67a03a98 100644 --- a/proxmox-product-config/debian/control +++ b/proxmox-product-config/debian/control @@ -7,8 +7,6 @@ Build-Depends: debhelper (>= 12), rustc:native , libstd-rust-dev , librust-anyhow-1+default-dev , - 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.6+default-dev , librust-proxmox-sys-0.6+timer-dev @@ -25,8 +23,6 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-anyhow-1+default-dev, - 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.6+default-dev, librust-proxmox-sys-0.6+timer-dev @@ -36,7 +32,7 @@ Provides: 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.1-dev (= ${binary:Version}), - librust-proxmox-product-config-0.2.1+default-dev (= ${binary:Version}) + librust-proxmox-product-config-0.2.2-dev (= ${binary:Version}), + librust-proxmox-product-config-0.2.2+default-dev (= ${binary:Version}) Description: Configuration file handling for Proxmox products - Rust source code Source code for Debianized Rust crate "proxmox-product-config"