acme-api: bump to 0.1.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2f77909a6d
commit
f1a5583932
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-acme-api"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-acme-api (0.1.2-1) bookworm; urgency=medium
|
||||
|
||||
* upgrade proxmox-time to 2.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 13:57:36 +0200
|
||||
|
||||
rust-proxmox-acme-api (0.1.1-1) bookworm; urgency=medium
|
||||
|
||||
* add function to create certificate revocation
|
||||
|
@ -46,8 +46,8 @@ Provides:
|
||||
librust-proxmox-acme-api-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-acme-api-0.1.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.2+default-dev (= ${binary:Version})
|
||||
Description: ACME API implementation - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-acme-api"
|
||||
|
||||
@ -75,17 +75,17 @@ Depends:
|
||||
librust-proxmox-config-digest-0.1+openssl-dev,
|
||||
librust-proxmox-product-config-0.2+default-dev,
|
||||
librust-proxmox-rest-server-0.5+default-dev (>= 0.5.2-~~),
|
||||
librust-proxmox-router-2+default-dev (>= 2.1.3-~~),
|
||||
librust-proxmox-router-2+default-dev (>= 2.1.5-~~),
|
||||
librust-proxmox-section-config-2+default-dev,
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~),
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.6-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~),
|
||||
librust-proxmox-time-2+default-dev,
|
||||
librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~),
|
||||
librust-tokio-1+default-dev (>= 1.6-~~),
|
||||
librust-tokio-1+fs-dev (>= 1.6-~~)
|
||||
Provides:
|
||||
librust-proxmox-acme-api-0+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.1+impl-dev (= ${binary:Version})
|
||||
librust-proxmox-acme-api-0.1.2+impl-dev (= ${binary:Version})
|
||||
Description: ACME API implementation - feature "impl"
|
||||
This metapackage enables feature "impl" for the Rust proxmox-acme-api crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user