From 2fd55023216be2e1c92a803215cd3b1cb04f7486 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 9 Aug 2023 13:22:14 +0200 Subject: [PATCH] bump proxmox-client to 0.2.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-client/Cargo.toml | 2 +- proxmox-client/debian/changelog | 7 +++++++ proxmox-client/debian/control | 18 ++++++++++-------- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/proxmox-client/Cargo.toml b/proxmox-client/Cargo.toml index fc7273c1..f1151447 100644 --- a/proxmox-client/Cargo.toml +++ b/proxmox-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-client" -version = "0.1.0" +version = "0.2.0" description = "Base client for proxmox APIs for handling login and ticket renewal" authors.workspace = true license.workspace = true diff --git a/proxmox-client/debian/changelog b/proxmox-client/debian/changelog index 27609135..b0e574f7 100644 --- a/proxmox-client/debian/changelog +++ b/proxmox-client/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-client (0.2.0-1) bookworm; urgency=medium + + * drop nested client structs in favor of a HttpApiClient trait based method + for better wasm support + + -- Proxmox Support Team Wed, 09 Aug 2023 13:22:06 +0200 + rust-proxmox-client (0.1.0-1) bookworm; urgency=medium * initial release diff --git a/proxmox-client/debian/control b/proxmox-client/debian/control index f5f1aeab..da21659c 100644 --- a/proxmox-client/debian/control +++ b/proxmox-client/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-anyhow-1+default-dev , librust-base64-0.13+default-dev , + librust-hex-0.4+default-dev , librust-http-0.2+default-dev , librust-once-cell-1+default-dev (>= 1.3.1-~~) , librust-percent-encoding-2+default-dev (>= 2.1-~~) , @@ -34,6 +35,7 @@ Depends: ${misc:Depends}, librust-anyhow-1+default-dev, librust-base64-0.13+default-dev, + librust-hex-0.4+default-dev, librust-http-0.2+default-dev, librust-once-cell-1+default-dev (>= 1.3.1-~~), librust-percent-encoding-2+default-dev (>= 2.1-~~), @@ -53,10 +55,10 @@ Provides: librust-proxmox-client+default-dev (= ${binary:Version}), librust-proxmox-client-0-dev (= ${binary:Version}), librust-proxmox-client-0+default-dev (= ${binary:Version}), - librust-proxmox-client-0.1-dev (= ${binary:Version}), - librust-proxmox-client-0.1+default-dev (= ${binary:Version}), - librust-proxmox-client-0.1.0-dev (= ${binary:Version}), - librust-proxmox-client-0.1.0+default-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.0-dev (= ${binary:Version}), + librust-proxmox-client-0.2.0+default-dev (= ${binary:Version}) 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 debcargo for use with cargo and dh-cargo. @@ -74,8 +76,8 @@ Depends: librust-proxmox-http-0.9+default-dev Provides: librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}), - librust-proxmox-client-0.1+hyper-client-dev (= ${binary:Version}), - librust-proxmox-client-0.1.0+hyper-client-dev (= ${binary:Version}) + librust-proxmox-client-0.2+hyper-client-dev (= ${binary:Version}), + librust-proxmox-client-0.2.0+hyper-client-dev (= ${binary:Version}) 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 crate, by pulling in any additional dependencies needed by that feature. @@ -91,8 +93,8 @@ Depends: librust-webauthn-rs-0.3+default-dev Provides: librust-proxmox-client-0+webauthn-dev (= ${binary:Version}), - librust-proxmox-client-0.1+webauthn-dev (= ${binary:Version}), - librust-proxmox-client-0.1.0+webauthn-dev (= ${binary:Version}) + librust-proxmox-client-0.2+webauthn-dev (= ${binary:Version}), + librust-proxmox-client-0.2.0+webauthn-dev (= ${binary:Version}) 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, by pulling in any additional dependencies needed by that feature.