From 5382b8ce13e429fad9349ff129f70fcff8efd672 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 15 Jan 2025 12:38:14 +0100 Subject: [PATCH] apt-api-types: bump to 1.0.3-1 Signed-off-by: Wolfgang Bumiller --- proxmox-apt-api-types/Cargo.toml | 2 +- proxmox-apt-api-types/debian/changelog | 6 ++++++ proxmox-apt-api-types/debian/control | 12 ++++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/proxmox-apt-api-types/Cargo.toml b/proxmox-apt-api-types/Cargo.toml index 96d8c274..1a398073 100644 --- a/proxmox-apt-api-types/Cargo.toml +++ b/proxmox-apt-api-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-apt-api-types" description = "APT API type definitions." -version = "1.0.2" +version = "1.0.3" authors.workspace = true edition.workspace = true diff --git a/proxmox-apt-api-types/debian/changelog b/proxmox-apt-api-types/debian/changelog index 1ee90525..68ca480a 100644 --- a/proxmox-apt-api-types/debian/changelog +++ b/proxmox-apt-api-types/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt-api-types (1.0.3-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 4.0 + + -- Proxmox Support Team Wed, 15 Jan 2025 12:38:02 +0100 + rust-proxmox-apt-api-types (1.0.2-1) bookworm; urgency=medium * add Ceph Squid as valid Proxmox APT repository handle. diff --git a/proxmox-apt-api-types/debian/control b/proxmox-apt-api-types/debian/control index 187a3b15..4338df4c 100644 --- a/proxmox-apt-api-types/debian/control +++ b/proxmox-apt-api-types/debian/control @@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 13), rustc:native , libstd-rust-dev , librust-proxmox-config-digest-0.1+default-dev , - librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~) , - librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) , + librust-proxmox-schema-4+api-macro-dev , + librust-proxmox-schema-4+default-dev , librust-serde-1+default-dev , librust-serde-1+derive-dev , librust-serde-plain-1+default-dev @@ -26,8 +26,8 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-config-digest-0.1+default-dev, - librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.2-~~), + librust-proxmox-schema-4+api-macro-dev, + librust-proxmox-schema-4+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-serde-plain-1+default-dev @@ -37,7 +37,7 @@ Provides: librust-proxmox-apt-api-types-1+default-dev (= ${binary:Version}), librust-proxmox-apt-api-types-1.0-dev (= ${binary:Version}), librust-proxmox-apt-api-types-1.0+default-dev (= ${binary:Version}), - librust-proxmox-apt-api-types-1.0.2-dev (= ${binary:Version}), - librust-proxmox-apt-api-types-1.0.2+default-dev (= ${binary:Version}) + librust-proxmox-apt-api-types-1.0.3-dev (= ${binary:Version}), + librust-proxmox-apt-api-types-1.0.3+default-dev (= ${binary:Version}) Description: APT API type definitions - Rust source code Source code for Debianized Rust crate "proxmox-apt-api-types"