bump proxmox-schema version to 1.0.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
2f221df863
commit
745c4f37dd
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-schema"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-schema (1.0.1-1) unstable; urgency=medium
|
||||
|
||||
* updater: impl UpdaterType for Vec
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> 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`
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user