diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 954665f3..2b375c07 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -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 "] diff --git a/pve-rs/debian/changelog b/pve-rs/debian/changelog index 6feacde3..72c5dafa 100644 --- a/pve-rs/debian/changelog +++ b/pve-rs/debian/changelog @@ -1,3 +1,9 @@ +libpve-rs-perl (0.8.5) UNRELEASED; urgency=medium + + * add PVE::RS::Notify module + + -- Proxmox Support Team Mon, 24 Jul 2023 11:18:56 +0200 + libpve-rs-perl (0.8.4) bookworm; urgency=medium * reset failure counts when unlocking second factors diff --git a/pve-rs/debian/control b/pve-rs/debian/control index df3e5cac..f294d1f0 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -11,6 +11,7 @@ Build-Depends: cargo:native , 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 , 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,