proxmox-schema: bump to 1.3.5
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
30388b7256
commit
50aa62b764
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-schema"
|
name = "proxmox-schema"
|
||||||
version = "1.3.4"
|
version = "1.3.5"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-proxmox-schema (1.3.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* bump textwrap to 0.16
|
||||||
|
|
||||||
|
* switch to namespaced features
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 1 Dec 2022 11:08:05 +0100
|
||||||
|
|
||||||
rust-proxmox-schema (1.3.4-1) unstable; urgency=medium
|
rust-proxmox-schema (1.3.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* bump textwrap to 0.15
|
* bump textwrap to 0.15
|
||||||
|
@ -42,9 +42,9 @@ Provides:
|
|||||||
librust-proxmox-schema-1.3-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+default-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+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.4-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3.5-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.4+default-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3.5+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.4+test-harness-dev (= ${binary:Version})
|
librust-proxmox-schema-1.3.5+test-harness-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - Rust source code
|
Description: Proxmox api schema and validation - Rust source code
|
||||||
This package contains the source for the Rust proxmox-schema crate, packaged by
|
This package contains the source for the Rust proxmox-schema crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -59,7 +59,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-1+api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema-1+api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3+api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.4+api-macro-dev (= ${binary:Version})
|
librust-proxmox-schema-1.3.5+api-macro-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - feature "api-macro"
|
Description: Proxmox api schema and validation - feature "api-macro"
|
||||||
This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
|
This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
@ -75,7 +75,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-1+upid-api-impl-dev (= ${binary:Version}),
|
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+upid-api-impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.4+upid-api-impl-dev (= ${binary:Version})
|
librust-proxmox-schema-1.3.5+upid-api-impl-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - feature "upid-api-impl"
|
Description: Proxmox api schema and validation - feature "upid-api-impl"
|
||||||
This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema
|
This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user