mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-13 16:08:00 +00:00
bump proxmox to 0.13.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
cb96de1c4d
commit
36ed21c548
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox"
|
||||
edition = "2018"
|
||||
version = "0.13.0"
|
||||
version = "0.13.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.5.0" }
|
||||
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.5.1" }
|
||||
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" }
|
||||
|
||||
[features]
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox (0.13.1-1) stable; urgency=medium
|
||||
|
||||
* fix UpdaterType documentation
|
||||
|
||||
* move `ReturnType` from `api::router` to `api::schema`
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 30 Aug 2021 10:45:25 +0200
|
||||
|
||||
rust-proxmox (0.13.0-1) stable; urgency=medium
|
||||
|
||||
* introduce ApiType trait with a `const API_SCHEMA: Schema`, all API types
|
||||
|
@ -82,8 +82,8 @@ Provides:
|
||||
librust-proxmox-0+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+test-harness-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.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.
|
||||
@ -101,8 +101,8 @@ Provides:
|
||||
librust-proxmox-0+proxmox-api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+proxmox-api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+proxmox-api-macro-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.1+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.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.
|
||||
@ -122,8 +122,8 @@ Provides:
|
||||
librust-proxmox-0+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+base32-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+base32-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+u2f-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.1+base32-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.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.
|
||||
@ -143,7 +143,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+cli-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.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.
|
||||
@ -161,7 +161,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.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.
|
||||
@ -177,7 +177,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+examples-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+examples-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+examples-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.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.
|
||||
@ -192,7 +192,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+futures-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+futures-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.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.
|
||||
@ -208,7 +208,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+hyper-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+hyper-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.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.
|
||||
@ -226,8 +226,8 @@ Provides:
|
||||
librust-proxmox-0+tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+tfa-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.1+openssl-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.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.
|
||||
@ -247,8 +247,8 @@ Provides:
|
||||
librust-proxmox-0+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+sortable-macro-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.1+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.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.
|
||||
@ -268,7 +268,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+router-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+router-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+router-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.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.
|
||||
@ -283,7 +283,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+tokio-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.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.
|
||||
@ -298,7 +298,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-0+tokio-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13+tokio-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-0.13.0+tokio-stream-dev (= ${binary:Version})
|
||||
librust-proxmox-0.13.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.
|
||||
|
Loading…
Reference in New Issue
Block a user