From: Wolfgang Bumiller Date: Wed, 24 Jan 2024 11:48:09 +0000 (+0100) Subject: bump proxmox-login to 0.1.1-1 X-Git-Url: https://git.proxmox.com/?p=proxmox.git;a=commitdiff_plain;h=2b56eba35c154ee310dfa6d85fa52931a950e4a2 bump proxmox-login to 0.1.1-1 Signed-off-by: Wolfgang Bumiller --- diff --git a/proxmox-login/Cargo.toml b/proxmox-login/Cargo.toml index 2f7a70b2..166e9be8 100644 --- a/proxmox-login/Cargo.toml +++ b/proxmox-login/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-login" -version = "0.1.0" +version = "0.1.1" description = "proxmox product authentication api" edition.workspace = true license.workspace = true diff --git a/proxmox-login/debian/changelog b/proxmox-login/debian/changelog index b42f85b9..67f192a1 100644 --- a/proxmox-login/debian/changelog +++ b/proxmox-login/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-login (0.1.1-1) unstable; urgency=medium + + * add parser helpers for f32 and f64 + + -- Proxmox Support Team Wed, 24 Jan 2024 12:47:54 +0100 + rust-proxmox-login (0.1.0-1) unstable; urgency=medium * initial Debian package diff --git a/proxmox-login/debian/control b/proxmox-login/debian/control index b2985681..ffdb6578 100644 --- a/proxmox-login/debian/control +++ b/proxmox-login/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 12), librust-serde-1+derive-dev , librust-serde-json-1+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/proxmox-login] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/proxmox-login X-Cargo-Crate: proxmox-login @@ -39,11 +39,10 @@ Provides: librust-proxmox-login-0+default-dev (= ${binary:Version}), librust-proxmox-login-0.1-dev (= ${binary:Version}), librust-proxmox-login-0.1+default-dev (= ${binary:Version}), - librust-proxmox-login-0.1.0-dev (= ${binary:Version}), - librust-proxmox-login-0.1.0+default-dev (= ${binary:Version}) + librust-proxmox-login-0.1.1-dev (= ${binary:Version}), + librust-proxmox-login-0.1.1+default-dev (= ${binary:Version}) Description: Proxmox product authentication api - Rust source code - This package contains the source for the Rust proxmox-login crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-login" Package: librust-proxmox-login+http-dev Architecture: any @@ -55,7 +54,7 @@ Depends: Provides: librust-proxmox-login-0+http-dev (= ${binary:Version}), librust-proxmox-login-0.1+http-dev (= ${binary:Version}), - librust-proxmox-login-0.1.0+http-dev (= ${binary:Version}) + librust-proxmox-login-0.1.1+http-dev (= ${binary:Version}) Description: Proxmox product authentication api - feature "http" This metapackage enables feature "http" for the Rust proxmox-login crate, by pulling in any additional dependencies needed by that feature. @@ -70,7 +69,7 @@ Depends: Provides: librust-proxmox-login-0+webauthn-dev (= ${binary:Version}), librust-proxmox-login-0.1+webauthn-dev (= ${binary:Version}), - librust-proxmox-login-0.1.0+webauthn-dev (= ${binary:Version}) + librust-proxmox-login-0.1.1+webauthn-dev (= ${binary:Version}) Description: Proxmox product authentication api - feature "webauthn" This metapackage enables feature "webauthn" for the Rust proxmox-login crate, by pulling in any additional dependencies needed by that feature.