bump perlmod to 0.13.4-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-10-06 09:05:13 +02:00
parent d2b6ea3f12
commit 677cb08446
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "perlmod"
version = "0.13.3"
version = "0.13.4"
build = "build.rs"
categories = [ "API bindings" ]
keywords = [ "ffi", "perl" ]

View File

@ -1,3 +1,10 @@
rust-perlmod (0.13.4-1) bookworm; urgency=medium
* add perlmod::ffi::use_safe_putenv to deal with perl's broken environ
handling
-- Proxmox Support Team <support@proxmox.com> Thu, 05 Oct 2023 13:40:56 +0200
rust-perlmod (0.13.3-1) bookworm; urgency=medium
* add `instantiate_magic_result!` macro for improved error handling over