bump proxmox to 0.11.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
6729d41188
commit
31402407c4
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox"
|
||||
edition = "2018"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||
@ -46,7 +46,7 @@ url = "2.1"
|
||||
#regex, serde, serde_json
|
||||
|
||||
# Macro crates:
|
||||
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.3.3" }
|
||||
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.3.4" }
|
||||
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" }
|
||||
|
||||
[features]
|
||||
|
@ -1,3 +1,13 @@
|
||||
rust-proxmox (0.11.1) unstable; urgency=medium
|
||||
|
||||
* enable Updater for usize, isize, f32, f64, char
|
||||
|
||||
* add string_as_base64url_nopad to tools::serde
|
||||
|
||||
* bump api-macro dep to 0.3.4
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Apr 2021 12:00:45 +0200
|
||||
|
||||
rust-proxmox (0.11.0-1) unstable; urgency=medium
|
||||
|
||||
* fix some issues with nested AllOfSchemas
|
||||
|
@ -87,8 +87,8 @@ Provides:
|
||||
librust-proxmox-0+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})
|
||||
librust-proxmox-0.11.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.1+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.3-~~)
|
||||
librust-proxmox-api-macro-0.3+default-dev (>= 0.3.4-~~)
|
||||
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.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})
|
||||
librust-proxmox-0.11.1+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -127,8 +127,8 @@ Provides:
|
||||
librust-proxmox-0+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})
|
||||
librust-proxmox-0.11.1+base32-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -148,7 +148,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+cli-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -167,7 +167,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -183,7 +183,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+examples-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+examples-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+examples-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -198,7 +198,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+futures-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -214,7 +214,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+hyper-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -232,8 +232,8 @@ Provides:
|
||||
librust-proxmox-0+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})
|
||||
librust-proxmox-0.11.1+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -253,8 +253,8 @@ Provides:
|
||||
librust-proxmox-0+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})
|
||||
librust-proxmox-0.11.1+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -273,7 +273,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+router-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+router-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+router-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -288,7 +288,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+tokio-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -303,7 +303,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+tokio-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+tokio-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+tokio-stream-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11.1+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.
|
||||
@ -323,7 +323,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11+websocket-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.11.0+websocket-dev (= ${binary:Version})
|
||||
librust-proxmox-0.11.1+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