From ade1d19b0a993270417eb6be9cbdfd89b428fcbc Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 8 Aug 2023 14:05:51 +0200 Subject: [PATCH] bump proxmox-apt to 0.10.5-1 Signed-off-by: Wolfgang Bumiller --- proxmox-apt/Cargo.toml | 2 +- proxmox-apt/debian/changelog | 8 ++++++++ proxmox-apt/debian/control | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index 20e5a96b..92b3fa4b 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.10.4" +version = "0.10.5" description = "Proxmox library for APT" authors.workspace = true edition.workspace = true diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index df6ec7ba..ede9e825 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-apt (0.10.5-1) bookworm; urgency=medium + + * fix #4868: map missing section field to 'unknown' + + * various clippy fixes + + -- Proxmox Support Team Tue, 08 Aug 2023 14:05:04 +0200 + rust-proxmox-apt (0.10.4-1) bookworm; urgency=medium * update to proxmox-schema 2.0 diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index 82b2d1d9..eef26790 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -45,8 +45,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.10-dev (= ${binary:Version}), librust-proxmox-apt-0.10+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.4-dev (= ${binary:Version}), - librust-proxmox-apt-0.10.4+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.10.5-dev (= ${binary:Version}), + librust-proxmox-apt-0.10.5+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code This package contains the source for the Rust proxmox-apt crate, packaged by debcargo for use with cargo and dh-cargo.