bump proxmox-client to 0.2.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8617442560
commit
c81068097b
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-client"
|
name = "proxmox-client"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
description = "Base client for proxmox APIs for handling login and ticket renewal"
|
description = "Base client for proxmox APIs for handling login and ticket renewal"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-client (0.2.3-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* fix hyper client not setting content type header
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Fri, 25 Aug 2023 08:57:51 +0200
|
||||||
|
|
||||||
rust-proxmox-client (0.2.2-1) bookworm; urgency=medium
|
rust-proxmox-client (0.2.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* fix parsing content types with charsets
|
* fix parsing content types with charsets
|
||||||
|
@ -57,8 +57,8 @@ Provides:
|
|||||||
librust-proxmox-client-0+default-dev (= ${binary:Version}),
|
librust-proxmox-client-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.2-dev (= ${binary:Version}),
|
librust-proxmox-client-0.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.2+default-dev (= ${binary:Version}),
|
librust-proxmox-client-0.2+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.2.2-dev (= ${binary:Version}),
|
librust-proxmox-client-0.2.3-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.2.2+default-dev (= ${binary:Version})
|
librust-proxmox-client-0.2.3+default-dev (= ${binary:Version})
|
||||||
Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code
|
Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code
|
||||||
This package contains the source for the Rust proxmox-client crate, packaged by
|
This package contains the source for the Rust proxmox-client crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -77,7 +77,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
|
librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.2+hyper-client-dev (= ${binary:Version}),
|
librust-proxmox-client-0.2+hyper-client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.2.2+hyper-client-dev (= ${binary:Version})
|
librust-proxmox-client-0.2.3+hyper-client-dev (= ${binary:Version})
|
||||||
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client"
|
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client"
|
||||||
This metapackage enables feature "hyper-client" for the Rust proxmox-client
|
This metapackage enables feature "hyper-client" for the Rust proxmox-client
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -94,7 +94,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
|
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.2+webauthn-dev (= ${binary:Version}),
|
librust-proxmox-client-0.2+webauthn-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.2.2+webauthn-dev (= ${binary:Version})
|
librust-proxmox-client-0.2.3+webauthn-dev (= ${binary:Version})
|
||||||
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn"
|
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn"
|
||||||
This metapackage enables feature "webauthn" for the Rust proxmox-client crate,
|
This metapackage enables feature "webauthn" for the Rust proxmox-client crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user