sys: bump to 0.6.4-1

This should also fix a build issue on aarch64 caused by a signed-ness
differences of c_char.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-09-19 09:04:41 +02:00
parent fb8a706066
commit b38568158a
3 changed files with 13 additions and 7 deletions

View File

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

View File

@ -1,3 +1,9 @@
rust-proxmox-sys (0.6.4-1) bookworm; urgency=medium
* drop unnecessary not-empty check on fixed-size array
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Sep 2024 09:04:20 +0200
rust-proxmox-sys (0.6.3-1) bookworm; urgency=medium
* replace lazy_static with std's LazyLock and drop the dependency

View File

@ -57,10 +57,10 @@ Provides:
librust-proxmox-sys-0.6+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.6+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.6+timer-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.3-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.3+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.3+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.3+timer-dev (= ${binary:Version})
librust-proxmox-sys-0.6.4-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.4+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.4+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.4+timer-dev (= ${binary:Version})
Description: System tools (using nix) - Rust source code
Source code for Debianized Rust crate "proxmox-sys"
@ -74,7 +74,7 @@ Depends:
Provides:
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
librust-proxmox-sys-0.6+crypt-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.3+crypt-dev (= ${binary:Version})
librust-proxmox-sys-0.6.4+crypt-dev (= ${binary:Version})
Description: System tools (using nix) - feature "crypt"
This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by
pulling in any additional dependencies needed by that feature.
@ -90,7 +90,7 @@ Depends:
Provides:
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.6+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.6.3+logrotate-dev (= ${binary:Version})
librust-proxmox-sys-0.6.4+logrotate-dev (= ${binary:Version})
Description: System tools (using nix) - feature "logrotate"
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
pulling in any additional dependencies needed by that feature.