mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 15:25:44 +00:00
section-config: bump to 2.1.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
c7f4afb3fc
commit
f2fefb7ffd
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-section-config"
|
||||
description = "proxmox schema based section config format parsing"
|
||||
version = "2.1.1"
|
||||
version = "2.1.2"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-section-config (2.1.2-1) bookworm; urgency=medium
|
||||
|
||||
* update to proxmox-schema 4.0, use builder pattern for ObjectSchema
|
||||
|
||||
* documentation improvements
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:17:07 +0100
|
||||
|
||||
rust-proxmox-section-config (2.1.1-1) bookworm; urgency=medium
|
||||
|
||||
* make typed data usable with `.with_type_key()`
|
||||
|
@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-hex-0.4+default-dev <!nocheck>,
|
||||
librust-proxmox-lang-1+default-dev (>= 1.3-~~) <!nocheck>,
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) <!nocheck>,
|
||||
librust-proxmox-schema-4+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
@ -28,7 +28,7 @@ Depends:
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-hex-0.4+default-dev,
|
||||
librust-proxmox-lang-1+default-dev (>= 1.3-~~),
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~),
|
||||
librust-proxmox-schema-4+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
@ -37,7 +37,7 @@ Provides:
|
||||
librust-proxmox-section-config-2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-section-config-2.1.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-section-config-2.1.2+default-dev (= ${binary:Version})
|
||||
Description: Proxmox schema based section config format parsing - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-section-config"
|
||||
|
Loading…
Reference in New Issue
Block a user