login: bump to 0.1.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
eb3dd9453b
commit
ee113bf244
@ -131,7 +131,7 @@ proxmox-human-byte = { version = "0.1.0", path = "proxmox-human-byte" }
|
||||
proxmox-io = { version = "1.1.0", path = "proxmox-io" }
|
||||
proxmox-lang = { version = "1.3", path = "proxmox-lang" }
|
||||
proxmox-log= { version = "0.2.5", path = "proxmox-log" }
|
||||
proxmox-login = { version = "0.1.0", path = "proxmox-login" }
|
||||
proxmox-login = { version = "0.1.3", path = "proxmox-login" }
|
||||
proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" }
|
||||
proxmox-config-digest = { version = "0.1.0", path = "proxmox-config-digest" }
|
||||
proxmox-rest-server = { version = "0.8.0", path = "proxmox-rest-server" }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-login"
|
||||
description = "proxmox product authentication api"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,10 @@
|
||||
rust-proxmox-login (0.1.3-1) unstable; urgency=medium
|
||||
|
||||
* boolean parser: accept "1" and "0" as strings, for better PVE API
|
||||
compatibility
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 30 Sep 2024 11:47:03 +0200
|
||||
|
||||
rust-proxmox-login (0.1.2-1) unstable; urgency=medium
|
||||
|
||||
* support accessing the "raw" webauthn challenge for when the webauthn-rs
|
||||
|
@ -40,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.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-login-0.1.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-login-0.1.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-login-0.1.3+default-dev (= ${binary:Version})
|
||||
Description: Proxmox product authentication api - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-login"
|
||||
|
||||
@ -55,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.2+http-dev (= ${binary:Version})
|
||||
librust-proxmox-login-0.1.3+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 +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.2+webauthn-dev (= ${binary:Version})
|
||||
librust-proxmox-login-0.1.3+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.
|
||||
|
Loading…
Reference in New Issue
Block a user