bump pve-rs to 0.8.5

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-07-24 14:01:29 +02:00
parent d5ff7165a2
commit af7ff77ac7
3 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pve-rs"
version = "0.8.4"
version = "0.8.5"
description = "PVE parts which have been ported to Rust"
homepage = "https://www.proxmox.com"
authors = ["Proxmox Support Team <support@proxmox.com>"]

View File

@ -1,3 +1,9 @@
libpve-rs-perl (0.8.5) UNRELEASED; urgency=medium
* add PVE::RS::Notify module
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 11:18:56 +0200
libpve-rs-perl (0.8.4) bookworm; urgency=medium
* reset failure counts when unlocking second factors

View File

@ -11,6 +11,7 @@ Build-Depends: cargo:native <!nocheck>,
librust-hex-0.4+default-dev,
librust-http-0.2+default-dev (>= 0.2.7-~~),
librust-libc-0.2+default-dev,
librust-log-0.4+default-dev (>= 0.4.17-~~),
librust-nix-0.26+default-dev,
librust-openssl-0.10+default-dev (>= 0.10.40-~~),
librust-perlmod-0.13+default-dev,
@ -19,6 +20,7 @@ Build-Depends: cargo:native <!nocheck>,
librust-proxmox-http-0.9+client-sync-dev,
librust-proxmox-http-0.9+client-trait-dev,
librust-proxmox-http-0.9+default-dev,
librust-proxmox-notify-0.1+default-dev,
librust-proxmox-openid-0.10+default-dev,
librust-proxmox-resource-scheduling-0.3+default-dev,
librust-proxmox-subscription-0.4+default-dev,