bump proxmox to 0.11.0
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
53146006b5
commit
1fce0ff41d
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox"
|
||||
edition = "2018"
|
||||
version = "0.10.7"
|
||||
version = "0.11.0"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||
|
@ -1,3 +1,13 @@
|
||||
rust-proxmox (0.11.0-1) unstable; urgency=medium
|
||||
|
||||
* fix some issues with nested AllOfSchemas
|
||||
|
||||
* remove associated type PropertyIter from ObjectSchemaType trait
|
||||
|
||||
* support AllOf schemas in SectionConfig
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 25 Feb 2021 09:18:18 +0100
|
||||
|
||||
rust-proxmox (0.10.7-1) unstable; urgency=medium
|
||||
|
||||
* add test submodule
|
||||
|
@ -85,10 +85,10 @@ Provides:
|
||||
librust-proxmox+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-0+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+test-harness-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+test-harness-dev (= ${binary:Version})
|
||||
Description: Proxmox library - Rust source code
|
||||
This package contains the source for the Rust proxmox crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
@ -99,15 +99,15 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-dev (= ${binary:Version}),
|
||||
librust-proxmox-api-macro-0.3+default-dev (>= 0.3.2-~~)
|
||||
librust-proxmox-api-macro-0.3+default-dev (>= 0.3.3-~~)
|
||||
Provides:
|
||||
librust-proxmox+proxmox-api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0+proxmox-api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+proxmox-api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+proxmox-api-macro-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+proxmox-api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+proxmox-api-macro-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "api-macro" and 1 more
|
||||
This metapackage enables feature "api-macro" for the Rust proxmox crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -125,10 +125,10 @@ Provides:
|
||||
librust-proxmox+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-0+base32-dev (= ${binary:Version}),
|
||||
librust-proxmox-0+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+base32-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+base32-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+u2f-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+base32-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+base32-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+u2f-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "base32" and 1 more
|
||||
This metapackage enables feature "base32" for the Rust proxmox crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -147,8 +147,8 @@ Depends:
|
||||
librust-tokio-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-0+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+cli-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+cli-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "cli"
|
||||
This metapackage enables feature "cli" for the Rust proxmox crate, by pulling
|
||||
in any additional dependencies needed by that feature.
|
||||
@ -166,8 +166,8 @@ Depends:
|
||||
librust-proxmox+websocket-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-proxmox-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+default-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+default-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "default"
|
||||
This metapackage enables feature "default" for the Rust proxmox crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -182,8 +182,8 @@ Depends:
|
||||
librust-tokio-1+macros-dev
|
||||
Provides:
|
||||
librust-proxmox-0+examples-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+examples-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+examples-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+examples-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+examples-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "examples"
|
||||
This metapackage enables feature "examples" for the Rust proxmox crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -197,8 +197,8 @@ Depends:
|
||||
librust-futures-0.3+default-dev
|
||||
Provides:
|
||||
librust-proxmox-0+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+futures-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+futures-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "futures"
|
||||
This metapackage enables feature "futures" for the Rust proxmox crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -213,8 +213,8 @@ Depends:
|
||||
librust-hyper-0.14+full-dev
|
||||
Provides:
|
||||
librust-proxmox-0+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+hyper-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+hyper-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "hyper"
|
||||
This metapackage enables feature "hyper" for the Rust proxmox crate, by pulling
|
||||
in any additional dependencies needed by that feature.
|
||||
@ -230,10 +230,10 @@ Provides:
|
||||
librust-proxmox+tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-0+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-0+tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+tfa-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+tfa-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "openssl" and 1 more
|
||||
This metapackage enables feature "openssl" for the Rust proxmox crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -251,10 +251,10 @@ Provides:
|
||||
librust-proxmox+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+sortable-macro-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+sortable-macro-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "proxmox-sortable-macro" and 1 more
|
||||
This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -272,8 +272,8 @@ Depends:
|
||||
librust-tokio-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-0+router-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+router-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+router-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+router-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+router-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "router"
|
||||
This metapackage enables feature "router" for the Rust proxmox crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -287,8 +287,8 @@ Depends:
|
||||
librust-tokio-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-0+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+tokio-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+tokio-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "tokio"
|
||||
This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling
|
||||
in any additional dependencies needed by that feature.
|
||||
@ -302,8 +302,8 @@ Depends:
|
||||
librust-tokio-stream-0.1+default-dev (>= 0.1.1-~~)
|
||||
Provides:
|
||||
librust-proxmox-0+tokio-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+tokio-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+tokio-stream-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+tokio-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+tokio-stream-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "tokio-stream"
|
||||
This metapackage enables feature "tokio-stream" for the Rust proxmox crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -322,8 +322,8 @@ Depends:
|
||||
librust-tokio-1+sync-dev
|
||||
Provides:
|
||||
librust-proxmox-0+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.10.7+websocket-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+websocket-dev (= ${binary:Version})
|
||||
Description: Proxmox library - feature "websocket"
|
||||
This metapackage enables feature "websocket" for the Rust proxmox crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user