diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index e864a40d..5b4e935a 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-schema" -version = "1.0.0" +version = "1.0.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-schema/debian/changelog b/proxmox-schema/debian/changelog index 476b1de2..e03a217d 100644 --- a/proxmox-schema/debian/changelog +++ b/proxmox-schema/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-schema (1.0.1-1) unstable; urgency=medium + + * updater: impl UpdaterType for Vec + + -- Proxmox Support Team Wed, 10 Nov 2021 09:54:20 +0100 + rust-proxmox-schema (1.0.0-1) stable; urgency=medium * initial split out of `librust-proxmox-dev` diff --git a/proxmox-schema/debian/control b/proxmox-schema/debian/control index 04c67638..448bd4ac 100644 --- a/proxmox-schema/debian/control +++ b/proxmox-schema/debian/control @@ -43,9 +43,9 @@ Provides: librust-proxmox-schema-1.0-dev (= ${binary:Version}), librust-proxmox-schema-1.0+default-dev (= ${binary:Version}), librust-proxmox-schema-1.0+test-harness-dev (= ${binary:Version}), - librust-proxmox-schema-1.0.0-dev (= ${binary:Version}), - librust-proxmox-schema-1.0.0+default-dev (= ${binary:Version}), - librust-proxmox-schema-1.0.0+test-harness-dev (= ${binary:Version}) + librust-proxmox-schema-1.0.1-dev (= ${binary:Version}), + librust-proxmox-schema-1.0.1+default-dev (= ${binary:Version}), + librust-proxmox-schema-1.0.1+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. @@ -63,8 +63,8 @@ Provides: librust-proxmox-schema-1+proxmox-api-macro-dev (= ${binary:Version}), librust-proxmox-schema-1.0+api-macro-dev (= ${binary:Version}), librust-proxmox-schema-1.0+proxmox-api-macro-dev (= ${binary:Version}), - librust-proxmox-schema-1.0.0+api-macro-dev (= ${binary:Version}), - librust-proxmox-schema-1.0.0+proxmox-api-macro-dev (= ${binary:Version}) + librust-proxmox-schema-1.0.1+api-macro-dev (= ${binary:Version}), + librust-proxmox-schema-1.0.1+proxmox-api-macro-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "api-macro" and 1 more This metapackage enables feature "api-macro" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature. @@ -81,7 +81,7 @@ Depends: Provides: librust-proxmox-schema-1+libc-dev (= ${binary:Version}), librust-proxmox-schema-1.0+libc-dev (= ${binary:Version}), - librust-proxmox-schema-1.0.0+libc-dev (= ${binary:Version}) + librust-proxmox-schema-1.0.1+libc-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "libc" This metapackage enables feature "libc" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature. @@ -96,7 +96,7 @@ Depends: Provides: librust-proxmox-schema-1+nix-dev (= ${binary:Version}), librust-proxmox-schema-1.0+nix-dev (= ${binary:Version}), - librust-proxmox-schema-1.0.0+nix-dev (= ${binary:Version}) + librust-proxmox-schema-1.0.1+nix-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "nix" This metapackage enables feature "nix" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature. @@ -112,7 +112,7 @@ Depends: Provides: librust-proxmox-schema-1+upid-api-impl-dev (= ${binary:Version}), librust-proxmox-schema-1.0+upid-api-impl-dev (= ${binary:Version}), - librust-proxmox-schema-1.0.0+upid-api-impl-dev (= ${binary:Version}) + librust-proxmox-schema-1.0.1+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.