sys: bump to 0.6.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-08-06 13:50:57 +02:00
parent d0dab46539
commit 1cb2bf85ba
2 changed files with 18 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-sys"
version = "0.6.0"
version = "0.6.1"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,20 @@
rust-proxmox-sys (0.6.1-1) bookworm; urgency=medium
* drop fd::cwd() - this is known to not be in use and trivially replaced by
a call to open(".") when needed
* adapt to IO Safety changes: don't create OwnedFd from AT_FDCWD
* replace deprecated `io_err_other` calls with std calls
* replace CStr::from_bytes... builds with c"literals"
* deprecate systemd module, use the new proxmox-systemd crate instead
* fix typos in documentation
-- Proxmox Support Team <support@proxmox.com> Tue, 06 Aug 2024 13:49:53 +0200
rust-proxmox-sys (0.6.0-1) bookworm; urgency=medium
* process_locker: explicitly do not truncate the lock file