diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index ccfc7a28..8e7adb7d 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-schema" -version = "1.3.4" +version = "1.3.5" authors = ["Proxmox Support Team "] edition = "2021" license = "AGPL-3" diff --git a/proxmox-schema/debian/changelog b/proxmox-schema/debian/changelog index 82f01f0b..47f966b0 100644 --- a/proxmox-schema/debian/changelog +++ b/proxmox-schema/debian/changelog @@ -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 Thu, 1 Dec 2022 11:08:05 +0100 + rust-proxmox-schema (1.3.4-1) unstable; urgency=medium * bump textwrap to 0.15 diff --git a/proxmox-schema/debian/control b/proxmox-schema/debian/control index 2930491e..04939367 100644 --- a/proxmox-schema/debian/control +++ b/proxmox-schema/debian/control @@ -42,9 +42,9 @@ Provides: librust-proxmox-schema-1.3-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.4-dev (= ${binary:Version}), - librust-proxmox-schema-1.3.4+default-dev (= ${binary:Version}), - librust-proxmox-schema-1.3.4+test-harness-dev (= ${binary:Version}) + librust-proxmox-schema-1.3.5-dev (= ${binary:Version}), + librust-proxmox-schema-1.3.5+default-dev (= ${binary:Version}), + librust-proxmox-schema-1.3.5+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 +59,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.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" This metapackage enables feature "api-macro" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature. @@ -75,7 +75,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.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" This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature.