sys: bump to 0.6.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d0dab46539
commit
1cb2bf85ba
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user