forked from proxmox-mirrors/proxmox
bump proxmox-schema to 3.1.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
31b7b070b5
commit
49b97b6a5f
@ -112,7 +112,7 @@ proxmox-login = { version = "0.1.0", path = "proxmox-login" }
|
|||||||
proxmox-product-config = { version = "0.1.0", path = "proxmox-product-config" }
|
proxmox-product-config = { version = "0.1.0", path = "proxmox-product-config" }
|
||||||
proxmox-rest-server = { version = "0.5.2", path = "proxmox-rest-server" }
|
proxmox-rest-server = { version = "0.5.2", path = "proxmox-rest-server" }
|
||||||
proxmox-router = { version = "2.1.3", path = "proxmox-router" }
|
proxmox-router = { version = "2.1.3", path = "proxmox-router" }
|
||||||
proxmox-schema = { version = "3.1.0", path = "proxmox-schema" }
|
proxmox-schema = { version = "3.1.1", path = "proxmox-schema" }
|
||||||
proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
|
proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
|
||||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||||
proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" }
|
proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-schema"
|
name = "proxmox-schema"
|
||||||
version = "3.1.0"
|
version = "3.1.1"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-schema (3.1.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* add ip/cidr api schemas
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 16 May 2024 09:31:22 +0200
|
||||||
|
|
||||||
rust-proxmox-schema (3.1.0-1) bookworm; urgency=medium
|
rust-proxmox-schema (3.1.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* use const_format to define static strings
|
* use const_format to define static strings
|
||||||
|
@ -43,9 +43,9 @@ Provides:
|
|||||||
librust-proxmox-schema-3.1-dev (= ${binary:Version}),
|
librust-proxmox-schema-3.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3.1+default-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+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3.1.0-dev (= ${binary:Version}),
|
librust-proxmox-schema-3.1.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3.1.0+default-dev (= ${binary:Version}),
|
librust-proxmox-schema-3.1.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3.1.0+test-harness-dev (= ${binary:Version})
|
librust-proxmox-schema-3.1.1+test-harness-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - Rust source code
|
Description: Proxmox api schema and validation - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-schema"
|
Source code for Debianized Rust crate "proxmox-schema"
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-3+api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema-3+api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3.1+api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema-3.1+api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3.1.0+api-macro-dev (= ${binary:Version})
|
librust-proxmox-schema-3.1.1+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.
|
||||||
@ -74,7 +74,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-3+api-types-dev (= ${binary:Version}),
|
librust-proxmox-schema-3+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3.1+api-types-dev (= ${binary:Version}),
|
librust-proxmox-schema-3.1+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3.1.0+api-types-dev (= ${binary:Version})
|
librust-proxmox-schema-3.1.1+api-types-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - feature "api-types"
|
Description: Proxmox api schema and validation - feature "api-types"
|
||||||
This metapackage enables feature "api-types" for the Rust proxmox-schema crate,
|
This metapackage enables feature "api-types" 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.
|
||||||
@ -90,7 +90,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-3+upid-api-impl-dev (= ${binary:Version}),
|
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+upid-api-impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3.1.0+upid-api-impl-dev (= ${binary:Version})
|
librust-proxmox-schema-3.1.1+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