bump proxmox-section-config to 2.0.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d9b783f1a8
commit
b5b563e215
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-section-config"
|
name = "proxmox-section-config"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-section-config (2.0.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* rebuild with proxmox-schema 3
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 14:03:02 +0100
|
||||||
|
|
||||||
rust-proxmox-section-config (2.0.0-1) bookworm; urgency=medium
|
rust-proxmox-section-config (2.0.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* various clippy fixes
|
* various clippy fixes
|
||||||
|
@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-anyhow-1+default-dev <!nocheck>,
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
librust-hex-0.4+default-dev <!nocheck>,
|
librust-hex-0.4+default-dev <!nocheck>,
|
||||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
|
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
|
||||||
librust-proxmox-schema-2+default-dev <!nocheck>,
|
librust-proxmox-schema-3+default-dev <!nocheck>,
|
||||||
librust-serde-1+default-dev <!nocheck>,
|
librust-serde-1+default-dev <!nocheck>,
|
||||||
librust-serde-json-1+default-dev <!nocheck>
|
librust-serde-json-1+default-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.2
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
X-Cargo-Crate: proxmox-section-config
|
X-Cargo-Crate: proxmox-section-config
|
||||||
@ -27,7 +27,7 @@ Depends:
|
|||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-hex-0.4+default-dev,
|
librust-hex-0.4+default-dev,
|
||||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
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-1+default-dev,
|
||||||
librust-serde-json-1+default-dev
|
librust-serde-json-1+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
@ -36,8 +36,7 @@ Provides:
|
|||||||
librust-proxmox-section-config-2+default-dev (= ${binary:Version}),
|
librust-proxmox-section-config-2+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-section-config-2.0-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-section-config-2.0.0-dev (= ${binary:Version}),
|
librust-proxmox-section-config-2.0.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-section-config-2.0.0+default-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
|
Description: Proxmox schema based section config format parsing - Rust source code
|
||||||
This package contains the source for the Rust proxmox-section-config crate,
|
Source code for Debianized Rust crate "proxmox-section-config"
|
||||||
packaged by debcargo for use with cargo and dh-cargo.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user