sys: bmp to 0.5.6-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-06-17 14:04:58 +02:00
parent b25edb67de
commit 245d1ec2c1
2 changed files with 14 additions and 1 deletions

View File

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

View File

@ -1,3 +1,16 @@
rust-proxmox-sys (0.5.6-1) bookworm; urgency=medium
* fs: make file parameter generic in CreateOptions
* fs: add helpers to check file and directory permissions
* fs: use 0750 as default for directory permissions
* fs: change error of create_dir to include the path, this changes the error
type from nix::Error to anyhow::Error
-- Proxmox Support Team <support@proxmox.com> Mon, 17 Jun 2024 14:04:41 +0200
rust-proxmox-sys (0.5.5-1) bookworm; urgency=medium
* crypt: use constant time comparison for password verification