diff --git a/proxmox-section-config/Cargo.toml b/proxmox-section-config/Cargo.toml index 4da63f31..97bb37f7 100644 --- a/proxmox-section-config/Cargo.toml +++ b/proxmox-section-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-section-config" -version = "2.0.0" +version = "2.0.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-section-config/debian/changelog b/proxmox-section-config/debian/changelog index d80b0a6b..2901ca27 100644 --- a/proxmox-section-config/debian/changelog +++ b/proxmox-section-config/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-section-config (2.0.1-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 3 + + -- Proxmox Support Team Fri, 02 Feb 2024 14:03:02 +0100 + rust-proxmox-section-config (2.0.0-1) bookworm; urgency=medium * various clippy fixes diff --git a/proxmox-section-config/debian/control b/proxmox-section-config/debian/control index d333b0dd..5d4226f9 100644 --- a/proxmox-section-config/debian/control +++ b/proxmox-section-config/debian/control @@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 12), librust-anyhow-1+default-dev , librust-hex-0.4+default-dev , librust-proxmox-lang-1+default-dev (>= 1.1-~~) , - librust-proxmox-schema-2+default-dev , + librust-proxmox-schema-3+default-dev , librust-serde-1+default-dev , librust-serde-json-1+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git X-Cargo-Crate: proxmox-section-config @@ -27,7 +27,7 @@ Depends: librust-anyhow-1+default-dev, librust-hex-0.4+default-dev, librust-proxmox-lang-1+default-dev (>= 1.1-~~), - librust-proxmox-schema-2+default-dev, + librust-proxmox-schema-3+default-dev, librust-serde-1+default-dev, librust-serde-json-1+default-dev Provides: @@ -36,8 +36,7 @@ Provides: librust-proxmox-section-config-2+default-dev (= ${binary:Version}), librust-proxmox-section-config-2.0-dev (= ${binary:Version}), librust-proxmox-section-config-2.0+default-dev (= ${binary:Version}), - librust-proxmox-section-config-2.0.0-dev (= ${binary:Version}), - librust-proxmox-section-config-2.0.0+default-dev (= ${binary:Version}) + librust-proxmox-section-config-2.0.1-dev (= ${binary:Version}), + librust-proxmox-section-config-2.0.1+default-dev (= ${binary:Version}) Description: Proxmox schema based section config format parsing - Rust source code - This package contains the source for the Rust proxmox-section-config crate, - packaged by debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-section-config"