rrd-api-types: bump to 1.0.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
975f29bd7f
commit
27c50bd037
@ -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
|
||||
|
@ -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 <support@proxmox.com> 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
|
||||
|
@ -6,8 +6,8 @@ Build-Depends: debhelper-compat (= 13),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~) <!nocheck>,
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) <!nocheck>,
|
||||
librust-proxmox-schema-4+api-macro-dev <!nocheck>,
|
||||
librust-proxmox-schema-4+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
librust-serde-plain-1+default-dev <!nocheck>
|
||||
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user