bump proxmox-subscription to 0.4.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1a8a3668a5
commit
9c5579d755
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-subscription"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-subscription (0.4.1-1) bookworm; urgency=medium
|
||||
|
||||
* update to proxmox-schema 2.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:56:53 +0200
|
||||
|
||||
rust-proxmox-subscription (0.4.0-1) bookworm; urgency=medium
|
||||
|
||||
* update proxmox-http dependency to 0.9.0
|
||||
|
@ -56,8 +56,8 @@ Provides:
|
||||
librust-proxmox-subscription-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-subscription-0.4.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.1+default-dev (= ${binary:Version})
|
||||
Description: Proxmox subscription utilitites - Rust source code
|
||||
This package contains the source for the Rust proxmox-subscription crate,
|
||||
packaged by debcargo for use with cargo and dh-cargo.
|
||||
@ -68,12 +68,12 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-subscription-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~),
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.7-~~)
|
||||
librust-proxmox-schema-2+api-macro-dev,
|
||||
librust-proxmox-schema-2+default-dev
|
||||
Provides:
|
||||
librust-proxmox-subscription-0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.0+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-subscription-0.4.1+api-types-dev (= ${binary:Version})
|
||||
Description: Proxmox subscription utilitites - feature "api-types"
|
||||
This metapackage enables feature "api-types" for the Rust proxmox-subscription
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user