diff --git a/proxmox-login/Cargo.toml b/proxmox-login/Cargo.toml index 429d779c..9bf5ccdb 100644 --- a/proxmox-login/Cargo.toml +++ b/proxmox-login/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-login" description = "proxmox product authentication api" -version = "0.1.1" +version = "0.1.2" authors.workspace = true edition.workspace = true diff --git a/proxmox-login/debian/changelog b/proxmox-login/debian/changelog index 67f192a1..dcd7b448 100644 --- a/proxmox-login/debian/changelog +++ b/proxmox-login/debian/changelog @@ -1,3 +1,12 @@ +rust-proxmox-login (0.1.2-1) unstable; urgency=medium + + * support accessing the "raw" webauthn challenge for when the webauthn-rs + crate is available (like in the wasm code) + + * documentation updates + + -- Proxmox Support Team Thu, 26 Sep 2024 14:51:30 +0200 + rust-proxmox-login (0.1.1-1) unstable; urgency=medium * add parser helpers for f32 and f64 diff --git a/proxmox-login/debian/control b/proxmox-login/debian/control index ffdb6578..842e92d5 100644 --- a/proxmox-login/debian/control +++ b/proxmox-login/debian/control @@ -4,7 +4,7 @@ Priority: optional Build-Depends: debhelper (>= 12), dh-cargo (>= 25), cargo:native , - rustc:native , + rustc:native (>= 1.80) , libstd-rust-dev , librust-base64-0.13+default-dev , librust-js-sys-0.3+default-dev (>= 0.3.55-~~) , @@ -16,6 +16,7 @@ Maintainer: Proxmox Support Team 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 +Homepage: https://proxmox.com X-Cargo-Crate: proxmox-login Rules-Requires-Root: no @@ -39,8 +40,8 @@ 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.1-dev (= ${binary:Version}), - librust-proxmox-login-0.1.1+default-dev (= ${binary:Version}) + librust-proxmox-login-0.1.2-dev (= ${binary:Version}), + librust-proxmox-login-0.1.2+default-dev (= ${binary:Version}) Description: Proxmox product authentication api - Rust source code Source code for Debianized Rust crate "proxmox-login" @@ -54,7 +55,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.1+http-dev (= ${binary:Version}) + librust-proxmox-login-0.1.2+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. @@ -69,7 +70,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.1+webauthn-dev (= ${binary:Version}) + librust-proxmox-login-0.1.2+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.