diff --git a/proxmox-serde/Cargo.toml b/proxmox-serde/Cargo.toml index b4e2eb28..525a067d 100644 --- a/proxmox-serde/Cargo.toml +++ b/proxmox-serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-serde" -version = "0.1.1" +version = "0.1.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-serde/debian/changelog b/proxmox-serde/debian/changelog index 125a24cd..84e5f4fd 100644 --- a/proxmox-serde/debian/changelog +++ b/proxmox-serde/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-serde (0.1.2) bookworm; urgency=medium + + * upgrade proxmox-time to 2.0 + + -- Proxmox Support Team Thu, 20 Jun 2024 13:52:11 +0200 + rust-proxmox-serde (0.1.1) stable; urgency=medium * add to_canonical_json/write_canonical_json diff --git a/proxmox-serde/debian/control b/proxmox-serde/debian/control index 6d423486..041d2c84 100644 --- a/proxmox-serde/debian/control +++ b/proxmox-serde/debian/control @@ -8,12 +8,12 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-anyhow-1+default-dev , librust-base64-0.13+default-dev , - librust-proxmox-time-1+default-dev (>= 1.1.4-~~) , + librust-proxmox-time-2+default-dev , librust-serde-1+default-dev , librust-serde-1+derive-dev , uuid-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-serde @@ -26,7 +26,7 @@ Depends: ${misc:Depends}, librust-anyhow-1+default-dev, librust-base64-0.13+default-dev, - librust-proxmox-time-1+default-dev (>= 1.1.4-~~), + librust-proxmox-time-2+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, uuid-dev @@ -38,11 +38,10 @@ Provides: librust-proxmox-serde-0+default-dev (= ${binary:Version}), librust-proxmox-serde-0.1-dev (= ${binary:Version}), librust-proxmox-serde-0.1+default-dev (= ${binary:Version}), - librust-proxmox-serde-0.1.1-dev (= ${binary:Version}), - librust-proxmox-serde-0.1.1+default-dev (= ${binary:Version}) + librust-proxmox-serde-0.1.2-dev (= ${binary:Version}), + librust-proxmox-serde-0.1.2+default-dev (= ${binary:Version}) Description: Serde formatting tools - Rust source code - This package contains the source for the Rust proxmox-serde crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-serde" Package: librust-proxmox-serde+serde-json-dev Architecture: any @@ -54,7 +53,7 @@ Depends: Provides: librust-proxmox-serde-0+serde-json-dev (= ${binary:Version}), librust-proxmox-serde-0.1+serde-json-dev (= ${binary:Version}), - librust-proxmox-serde-0.1.1+serde-json-dev (= ${binary:Version}) + librust-proxmox-serde-0.1.2+serde-json-dev (= ${binary:Version}) Description: Serde formatting tools - feature "serde_json" This metapackage enables feature "serde_json" for the Rust proxmox-serde crate, by pulling in any additional dependencies needed by that feature.