diff --git a/proxmox-rrd-api-types/Cargo.toml b/proxmox-rrd-api-types/Cargo.toml index 8c671155..70d805af 100644 --- a/proxmox-rrd-api-types/Cargo.toml +++ b/proxmox-rrd-api-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-rrd-api-types" description = "Types for RRD values." -version = "1.0.2" +version = "1.0.3" authors.workspace = true edition.workspace = true diff --git a/proxmox-rrd-api-types/debian/changelog b/proxmox-rrd-api-types/debian/changelog index 52b5acef..bcbdad53 100644 --- a/proxmox-rrd-api-types/debian/changelog +++ b/proxmox-rrd-api-types/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-rrd-api-types (1.0.3-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 4.0 + + -- Proxmox Support Team Wed, 15 Jan 2025 12:51:45 +0100 + rust-proxmox-rrd-api-types (1.0.2-1) bookworm; urgency=medium * rename RrdMode and RrdTimeframe to follow naming guidelines diff --git a/proxmox-rrd-api-types/debian/control b/proxmox-rrd-api-types/debian/control index 4865f90d..11912c09 100644 --- a/proxmox-rrd-api-types/debian/control +++ b/proxmox-rrd-api-types/debian/control @@ -6,8 +6,8 @@ Build-Depends: debhelper-compat (= 13), cargo:native , rustc:native , libstd-rust-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 @@ -24,8 +24,8 @@ Architecture: any Multi-Arch: same Depends: ${misc:Depends}, - 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 @@ -35,7 +35,7 @@ Provides: librust-proxmox-rrd-api-types-1+default-dev (= ${binary:Version}), librust-proxmox-rrd-api-types-1.0-dev (= ${binary:Version}), librust-proxmox-rrd-api-types-1.0+default-dev (= ${binary:Version}), - librust-proxmox-rrd-api-types-1.0.2-dev (= ${binary:Version}), - librust-proxmox-rrd-api-types-1.0.2+default-dev (= ${binary:Version}) + librust-proxmox-rrd-api-types-1.0.3-dev (= ${binary:Version}), + librust-proxmox-rrd-api-types-1.0.3+default-dev (= ${binary:Version}) Description: Types for RRD values - Rust source code Source code for Debianized Rust crate "proxmox-rrd-api-types"