forked from proxmox-mirrors/proxmox
bump version to 0.3.2
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
cbc90fe9fc
commit
fb547f5935
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-acme-rs"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rust-proxmox-acme-rs (0.3.2) pve; urgency=medium
|
||||
|
||||
* rebuild with base64 0.13
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 18 Nov 2021 12:49:25 +0100
|
||||
|
||||
rust-proxmox-acme-rs (0.3.1) pve; urgency=medium
|
||||
|
||||
* add proxy support
|
||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 12),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-base64-0.12+default-dev <!nocheck>,
|
||||
librust-base64-0.13+default-dev <!nocheck>,
|
||||
librust-openssl-0.10+default-dev (>= 0.10.29-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
@ -22,7 +22,7 @@ Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-base64-0.12+default-dev,
|
||||
librust-base64-0.13+default-dev,
|
||||
librust-openssl-0.10+default-dev (>= 0.10.29-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
@ -35,8 +35,8 @@ Provides:
|
||||
librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-acme-rs-0.3.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3.2+default-dev (= ${binary:Version})
|
||||
Description: ACME client library - Rust source code
|
||||
This package contains the source for the Rust proxmox-acme-rs crate, packaged
|
||||
by debcargo for use with cargo and dh-cargo.
|
||||
@ -54,8 +54,8 @@ Provides:
|
||||
librust-proxmox-acme-rs-0+curl-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3+curl-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3.1+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3.1+curl-dev (= ${binary:Version})
|
||||
librust-proxmox-acme-rs-0.3.2+client-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-rs-0.3.2+curl-dev (= ${binary:Version})
|
||||
Description: ACME client library - feature "client" and 1 more
|
||||
This metapackage enables feature "client" for the Rust proxmox-acme-rs crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user