forked from proxmox-mirrors/proxmox
bump proxmox-schema to 1.3.7-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
bca9c6dbaf
commit
2f5b1f26cc
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-schema"
|
||||
version = "1.3.6"
|
||||
version = "1.3.7"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-schema (1.3.7-1) stable; urgency=medium
|
||||
|
||||
* add 'api-types' feature for the common basic types
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 02 Feb 2023 11:45:26 +0100
|
||||
|
||||
rust-proxmox-schema (1.3.6-1) stable; urgency=medium
|
||||
|
||||
* clippy 1.65 fixes
|
||||
|
@ -34,17 +34,21 @@ Suggests:
|
||||
librust-proxmox-schema+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema+upid-api-impl-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-proxmox-schema+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.6-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.6+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.6+test-harness-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-1.3.7-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.7+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.7+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.7+test-harness-dev (= ${binary:Version})
|
||||
Description: Proxmox api schema and validation - Rust source code
|
||||
This package contains the source for the Rust proxmox-schema crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
@ -59,7 +63,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-schema-1+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.6+api-macro-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-1.3.7+api-macro-dev (= ${binary:Version})
|
||||
Description: Proxmox api schema and validation - feature "api-macro"
|
||||
This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -75,7 +79,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-schema-1+upid-api-impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3+upid-api-impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.6+upid-api-impl-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-1.3.7+upid-api-impl-dev (= ${binary:Version})
|
||||
Description: Proxmox api schema and validation - feature "upid-api-impl"
|
||||
This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user