mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-02 03:28:44 +00:00
bump proxmox-tfa to 1.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1554465d45
commit
bc38ff7878
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-tfa"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-tfa (1.1.0-1) stable; urgency=medium
|
||||
|
||||
* add Totp::digits getter
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 29 Oct 2021 14:31:53 +0200
|
||||
|
||||
rust-proxmox-tfa (1.0.0-1) stable; urgency=medium
|
||||
|
||||
* initial split out of `librust-proxmox-dev`
|
||||
|
@ -41,10 +41,10 @@ Provides:
|
||||
librust-proxmox-tfa+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-1.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.1.0+default-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - Rust source code
|
||||
This package contains the source for the Rust proxmox-tfa crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
@ -58,8 +58,8 @@ Depends:
|
||||
librust-libc-0.2+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0.0+libc-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-1.1+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.1.0+libc-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - feature "libc"
|
||||
This metapackage enables feature "libc" for the Rust proxmox-tfa crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -73,8 +73,8 @@ Depends:
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+serde-json-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0+serde-json-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0.0+serde-json-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-1.1+serde-json-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.1.0+serde-json-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - feature "serde_json"
|
||||
This metapackage enables feature "serde_json" for the Rust proxmox-tfa crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -90,8 +90,8 @@ Depends:
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.0.0+u2f-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-1.1+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.1.0+u2f-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - feature "u2f"
|
||||
This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user