schema: bump to 3.1.4-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-08-28 14:45:07 +02:00
parent 5704cb43b9
commit d72ea40c80
3 changed files with 19 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-schema"
version = "3.1.3"
version = "3.1.4"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,15 @@
rust-proxmox-schema (3.1.4-1) bookworm; urgency=medium
* make Schema::any_object a const fn
* add Schema::unwrap_any_object_schema as const fn
* seal ObjectSchemaType
* assert that dyn ObjectSchemaType is Send + Sync
-- Proxmox Support Team <support@proxmox.com> Wed, 28 Aug 2024 14:50:58 +0200
rust-proxmox-schema (3.1.3-1) bookworm; urgency=medium
* replace lazy_static dependency with std's LazyLock

View File

@ -41,9 +41,9 @@ Provides:
librust-proxmox-schema-3.1-dev (= ${binary:Version}),
librust-proxmox-schema-3.1+default-dev (= ${binary:Version}),
librust-proxmox-schema-3.1+test-harness-dev (= ${binary:Version}),
librust-proxmox-schema-3.1.3-dev (= ${binary:Version}),
librust-proxmox-schema-3.1.3+default-dev (= ${binary:Version}),
librust-proxmox-schema-3.1.3+test-harness-dev (= ${binary:Version})
librust-proxmox-schema-3.1.4-dev (= ${binary:Version}),
librust-proxmox-schema-3.1.4+default-dev (= ${binary:Version}),
librust-proxmox-schema-3.1.4+test-harness-dev (= ${binary:Version})
Description: Proxmox api schema and validation - Rust source code
Source code for Debianized Rust crate "proxmox-schema"
@ -57,7 +57,7 @@ Depends:
Provides:
librust-proxmox-schema-3+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-3.1+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-3.1.3+api-macro-dev (= ${binary:Version})
librust-proxmox-schema-3.1.4+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.
@ -72,7 +72,7 @@ Depends:
Provides:
librust-proxmox-schema-3+api-types-dev (= ${binary:Version}),
librust-proxmox-schema-3.1+api-types-dev (= ${binary:Version}),
librust-proxmox-schema-3.1.3+api-types-dev (= ${binary:Version})
librust-proxmox-schema-3.1.4+api-types-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "api-types"
This metapackage enables feature "api-types" for the Rust proxmox-schema crate,
by pulling in any additional dependencies needed by that feature.
@ -88,7 +88,7 @@ Depends:
Provides:
librust-proxmox-schema-3+upid-api-impl-dev (= ${binary:Version}),
librust-proxmox-schema-3.1+upid-api-impl-dev (= ${binary:Version}),
librust-proxmox-schema-3.1.3+upid-api-impl-dev (= ${binary:Version})
librust-proxmox-schema-3.1.4+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.