forked from Proxmox/proxmox
bump proxmox-apt to 0.10.5-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
c74167f528
commit
ade1d19b0a
@ -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
|
||||
|
@ -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 <support@proxmox.com> Tue, 08 Aug 2023 14:05:04 +0200
|
||||
|
||||
rust-proxmox-apt (0.10.4-1) bookworm; urgency=medium
|
||||
|
||||
* update to proxmox-schema 2.0
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user