diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index cec74b4d..920df1c8 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-apt" description = "Proxmox library for APT" -version = "0.11.6" +version = "0.11.7" exclude = ["debian"] diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index 4c5b7479..ed947874 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt (0.11.7-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 4.0 + + -- Proxmox Support Team Wed, 15 Jan 2025 12:39:27 +0100 + rust-proxmox-apt (0.11.6-1) bookworm; urgency=medium * pdm uses separator for pdm-test repo diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index a2042285..870ceb7a 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -49,8 +49,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.11-dev (= ${binary:Version}), librust-proxmox-apt-0.11+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.6-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.6+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.7-dev (= ${binary:Version}), + librust-proxmox-apt-0.11.7+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code Source code for Debianized Rust crate "proxmox-apt" @@ -63,12 +63,12 @@ Depends: librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~), librust-log-0.4+default-dev (>= 0.4.17-~~), librust-nix-0.26+default-dev (>= 0.26.1-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.2-~~), + librust-proxmox-schema-4+default-dev, librust-regex-1+default-dev (>= 1.5-~~) Provides: librust-proxmox-apt-0+cache-dev (= ${binary:Version}), librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.6+cache-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.7+cache-dev (= ${binary:Version}) Description: Proxmox library for APT - feature "cache" This metapackage enables feature "cache" for the Rust proxmox-apt crate, by pulling in any additional dependencies needed by that feature.